FlexReport for WPF
CollectionChanging イベント (INotifyCollection)


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 > INotifyCollection インターフェース : CollectionChanging イベント
コレクションが変更されるときに発生します。
シンタックス
'宣言
 
Event CollectionChanging As NotifyCollectionEventHandler
'使用法
 
Dim instance As INotifyCollection
Dim handler As NotifyCollectionEventHandler
 
AddHandler instance.CollectionChanging, handler
event NotifyCollectionEventHandler CollectionChanging
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、NotifyCollectionEventArgs 型の引数を受け取りました。次の NotifyCollectionEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
イベントの原因になったアクションを取得します。  
変更の影響を受けた項目のインデックスを取得します。  
参照