バージョン

OnCollectionChanging メソッド (SwapCollection<T>)

CollectionChanging イベントを発生します。
シンタックス
'宣言
 
Protected Overridable Sub OnCollectionChanging( _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
protected virtual void OnCollectionChanging( 
   NotifyCollectionChangedEventArgs e
)

パラメータ

e
イベント ハンドラーに渡される System.Collections.Specialized.NotifyCollectionChangedEventArgs オブジェクト。
参照