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

이벤트 데이터입니다.

적용 대상