CollectionChangeEventArgsT(T) Constructor

Create a new instance of the CollectionChangeEventArgs item.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 26.2218.4544
C#
public CollectionChangeEventArgs(
	T affectedItem
)

Parameters

affectedItem  T
Reference to an affected item for which this event was raised.

See Also