CollectionContainer.OnContainedCollectionChanged Method

Definition

Raises the CollectionChanged event.

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)

Parameters

args
NotifyCollectionChangedEventArgs

The event data.

Applies to