'宣言 Event CollectionChanged As NotifyCollectionEventHandler
'使用法 Dim instance As INotifyCollection Dim handler As NotifyCollectionEventHandler AddHandler instance.CollectionChanged, handler
event NotifyCollectionEventHandler CollectionChanged
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、NotifyCollectionEventArgs 型の引数を受け取りました。次の NotifyCollectionEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Action | イベントの原因になったアクションを取得します。 |
Index | 変更の影響を受けた項目のインデックスを取得します。 |
参照