ChangeObjectCollectionTOnCollectionChanged Method

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

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
protected virtual void OnCollectionChanged(
	string actionName
)

Parameters

actionName  String
Name of the action: Add, Remove, Collection.

See Also