CollectionContainer.OnContainedCollectionChanged 方法

定義

引發 CollectionChanged 事件。

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

參數

args
NotifyCollectionChangedEventArgs

事件資料。

適用於