CollectionChangeEventArgsTAffectedItems Property
Get/Set a reference to the collection of items affected by this
event.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public List<T> AffectedItems { get; set; }
Public Property AffectedItems As List(Of T)
Get
Set
No code example is currently available or this language may not be supported.
Property Value
ListT