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.
|
CollectionChangingEventArgs(CollectionChangeAction, Int32, Object)
Declaration
public CollectionChangingEventArgs(CollectionChangeAction action, int index, object item)
Parameters
System.
|
System.
|
System.
|
Properties
Action
Declaration
public CollectionChangeAction Action { get; set; }
Property Value
System.
|
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
System.
|
Index
Declaration
public int Index { get; set; }
Property Value
System.
|
Item
Declaration
public object Item { get; set; }
Property Value
System.
|