バージョン

ItemsSourceChangedEventArgs コンストラクタ

ItemsSourceChangedEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal itemsSource As IEnumerable, _
   ByVal action As ItemsSourceChangedAction, _
   Optional ByVal collectionChangedEventArgs As NotifyCollectionChangedEventArgs _
)

パラメータ

itemsSource
変化した項目ソース。
action
変更のタイプ。
collectionChangedEventArgs
イベントのデータを含む System.Collections.Specialized.NotifyCollectionChangedEventArgs インスタンス。
参照