ChangeObjectCollectionTOnCollectionChanged Method

Raises the CollectionChanged event when the contents of the collection have changed.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
protected virtual void OnCollectionChanged(
	CollectionChangeEventArgs<T> e
)

Parameters

e  CollectionChangeEventArgsT
Collection change event arguments.

See Also