FlexReport for WPF
NotifyCollectionEventArgs コンストラクタ


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > NotifyCollectionEventArgs クラス : NotifyCollectionEventArgs コンストラクタ
イベントの原因になったアクション。
変更の影響を受けた項目のインデックス。
NotifyCollectionEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
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
変更の影響を受けた項目のインデックス。
参照

NotifyCollectionEventArgs クラス
NotifyCollectionEventArgs メンバ