CollectionChangeEventArgsT(String, ListT) Constructor

Create a new instance of the CollectionChangeEventArgs item.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3112.4353
C#
public CollectionChangeEventArgs(
	string actionName,
	List<T> affectedItems
)

Parameters

actionName  String
Name of the action taken.
affectedItems  ListT
Reference to a collection of affected items for which this event was raised.

See Also