ChangeObjectItemOnCollectionChanged Method

Raises the PropertyChanged event when the contents of a member collection have changed.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
protected virtual void OnCollectionChanged(
	Object sender,
	CollectionChangeEventArgs e
)

Parameters

sender  Object
The object raising this event.
e  CollectionChangeEventArgs
Collection change event arguments.

See Also