CollectionChangeEventArgsT(T) Constructor
Create a new instance of the CollectionChangeEventArgs item.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public CollectionChangeEventArgs(
T affectedItem
)
Public Sub New (
affectedItem As T
)
No code example is currently available or this language may not be supported.
Parameters
- affectedItem T
-
Reference to an affected item for which this event was raised.