Represents event data for CollectionChanging event.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public class CollectionChangingEventArgs : EventArgs
Inheritance: objectEventArgsCollectionChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the CollectionChangingEventArgs class.
C#
public CollectionChangingEventArgs(CollectionChangeAction action, int index, object item)
The action.
indexintThe index.
itemobjectThe item.
Initializes a new instance of the CollectionChangingEventArgs class.
C#
public CollectionChangingEventArgs(CollectionChangeAction action)
The action.
Properties
Gets or sets the collection change action.
C#
public CollectionChangeAction Action { get; set; }
The action.