Document Library for WinForms
CollectionChanging イベント (INotifyCollection)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > INotifyCollection インターフェース : CollectionChanging イベント
Occurs when a collection about to be changed.
シンタックス
'宣言
 
Event CollectionChanging As NotifyCollectionEventHandler
event NotifyCollectionEventHandler CollectionChanging
イベント データ

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

プロパティ解説
Gets the action that caused the event.  
Gets the index of the item that is affected by the change.  
参照