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