CollectionChangeEventArgsT(String) Constructor

Create a new instance of the CollectionChangeEventArgs item.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public CollectionChangeEventArgs(
	string actionName
)

Parameters

actionName  String
Name of the action taken.

See Also