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

事件数据。

适用于