CollectionView.ProcessCollectionChanged(NotifyCollectionChangedEventArgs) メソッド
定義
派生クラスでオーバーライドされると、UIUI スレッド上で単一の変更を処理します。When overridden in a derived class, processes a single change on the UIUI thread.
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)
パラメーター
処理対象の NotifyCollectionChangedEventArgs オブジェクト。The NotifyCollectionChangedEventArgs object to process.
注意 (継承者)
このメソッドは、スレッドの1つの変更を処理するために、派生クラスでオーバーライドする必要があり UIUI ます。This method must be overridden in a derived class to process a single change on the UIUI thread.