Class CollectionChangingEventArgs
Inheritance
System.Object
CollectionChangingEventArgs
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class CollectionChangingEventArgs : EventArgs
Constructors
CollectionChangingEventArgs(CollectionChangeAction)
Declaration
public CollectionChangingEventArgs(CollectionChangeAction action)
Parameters
|
System.ComponentModel.CollectionChangeAction
action
|
CollectionChangingEventArgs(CollectionChangeAction, Int32, Object)
Declaration
public CollectionChangingEventArgs(CollectionChangeAction action, int index, object item)
Parameters
|
System.ComponentModel.CollectionChangeAction
action
|
|
System.Int32
index
|
|
System.Object
item
|
Properties
Action
Declaration
public CollectionChangeAction Action { get; set; }
Property Value
|
System.ComponentModel.CollectionChangeAction
|
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
|
System.Boolean
|
Index
Declaration
public int Index { get; set; }
Property Value
|
System.Int32
|
Item
Declaration
public object Item { get; set; }
Property Value
|
System.Object
|