CollectionChangeEventArgsT(String, T) 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,
	T affectedItem
)

Parameters

actionName  String
Name of the action taken.
affectedItem  T
Reference to an affected item for which this event was raised.

See Also