ChangeObjectItemOnCollectionChanged Method
Raises the PropertyChanged event when the contents of a member
collection have changed.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
protected virtual void OnCollectionChanged(
Object sender,
CollectionChangeEventArgs e
)
Protected Overridable Sub OnCollectionChanged (
sender As Object,
e As CollectionChangeEventArgs
)
No code example is currently available or this language may not be supported.
Parameters
- sender Object
-
The object raising this event.
- e CollectionChangeEventArgs
-
Collection change event arguments.