CollectionChangeEventArgsT Class

General collection change event arguments.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public class CollectionChangeEventArgs<T>
Inheritance
Object    CollectionChangeEventArgsT

Type Parameters

T
Type of item handled by this collection.

Constructors

CollectionChangeEventArgsT Create a new instance of the CollectionChangeEventArgs item.
CollectionChangeEventArgsT(T) Create a new instance of the CollectionChangeEventArgs item.
CollectionChangeEventArgsT(ListT) Create a new instance of the CollectionChangeEventArgs item.
CollectionChangeEventArgsT(String) Create a new instance of the CollectionChangeEventArgs item.
CollectionChangeEventArgsT(String, T) Create a new instance of the CollectionChangeEventArgs item.
CollectionChangeEventArgsT(String, ListT) Create a new instance of the CollectionChangeEventArgs item.

Properties

ActionName Get/Set the name of the action.
AffectedItems Get/Set a reference to the collection of items affected by this event.
Handled Get/Set a value indicating whether this change has been handled.
PropertyName Get/Set the name of the property affected on the item.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also