'宣言 Public Event CollectionChanging As NotifyCollectionEventHandler
'使用法 Dim instance As NotifyCollection(Of TItem) Dim handler As NotifyCollectionEventHandler AddHandler instance.CollectionChanging, handler
public event NotifyCollectionEventHandler CollectionChanging
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、NotifyCollectionEventArgs 型の引数を受け取りました。次の NotifyCollectionEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
Action | Gets the action that caused the event. |
Index | Gets the index of the item that is affected by the change. |
参照