ChangeObjectCollectionTOnCollectionChanged Method
Raises the CollectionChanged event when the contents of the collection
have changed.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
protected virtual void OnCollectionChanged(
CollectionChangeEventArgs<T> e
)
Protected Overridable Sub OnCollectionChanged (
e As CollectionChangeEventArgs(Of T)
)
No code example is currently available or this language may not be supported.
Parameters
- e CollectionChangeEventArgsT
-
Collection change event arguments.