CollectionChangeEventArgsTAffectedItems Property

Get/Set a reference to the collection of items affected by this event.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public List<T> AffectedItems { get; set; }

Property Value

ListT

See Also