CollectionView.ProcessCollectionChanged メソッド

定義

派生クラスでオーバーライドされると、UI スレッドで 1 つの変更が処理されます。

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

パラメーター

args
NotifyCollectionChangedEventArgs

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

注意 (継承者)

UI スレッドで 1 つの変更を処理するには、派生クラスでこのメソッドをオーバーライドする必要があります。

適用対象