'宣言 Public Function New( _ ByVal action As CollectionAction, _ ByVal index As System.Integer _ )
'使用法 Dim action As CollectionAction Dim index As System.Integer Dim instance As New NotifyCollectionEventArgs(action, index)
public NotifyCollectionEventArgs( CollectionAction action, System.int index )
パラメータ
- action
- イベントの原因になったアクション。
- index
- 変更の影響を受けた項目のインデックス。