ReadOnlyObservableSet<T>.OnCollectionChanged Method

Definition

Invoked when the collection is changed.

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

Parameters

eventArgs
NotifyCollectionChangedEventArgs

Arguments of the event being raised, describing the changes made to the set.

Applies to