ListCollectionView.ProcessCollectionChanged メソッド

定義

CollectionChanged イベントを処理します。

protected:
 override void ProcessCollectionChanged(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ args);
protected override void ProcessCollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs args);
override this.ProcessCollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Protected Overrides Sub ProcessCollectionChanged (args As NotifyCollectionChangedEventArgs)

パラメーター

args
NotifyCollectionChangedEventArgs

処理対象の NotifyCollectionChangedEventArgs オブジェクト。

例外

argsnull の場合。

適用対象