ChangeObjectCollectionTOnCollectionChanged Method

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

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
protected virtual void OnCollectionChanged(
	string actionName
)

Parameters

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

See Also