RdlCollection<T>.OnCollectionChanged(EventArgs) Method

Definition

Raises the CollectionChanged event.

protected:
 virtual void OnCollectionChanged(EventArgs ^ e);
protected virtual void OnCollectionChanged (EventArgs e);
abstract member OnCollectionChanged : EventArgs -> unit
override this.OnCollectionChanged : EventArgs -> unit
Protected Overridable Sub OnCollectionChanged (e As EventArgs)

Parameters

e
EventArgs

The event.

Applies to