SSRSDocumentSource for WinForms
NotifyCollectionEventArgs コンストラクタ

イベントの原因になったアクション。
変更の影響を受けた項目のインデックス。
NotifyCollectionEventArgs クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal action As CollectionAction, _
   ByVal index As System.Integer _
)
public NotifyCollectionEventArgs( 
   CollectionAction action,
   System.int index
)

パラメータ

action
イベントの原因になったアクション。
index
変更の影響を受けた項目のインデックス。
参照

NotifyCollectionEventArgs クラス
NotifyCollectionEventArgs メンバ