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の場合。

適用対象