Document Library for UWP
NotifyCollectionEventArgs コンストラクタ

C1.UWP.Document アセンブリ > C1.Xaml.Document 名前空間 > NotifyCollectionEventArgs クラス : 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 メンバ