Class ReorderStartingEventArgs
Inheritance
System.Object
ReorderStartingEventArgs
Namespace: Telerik.XamarinForms.DataControls.ListView
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public class ReorderStartingEventArgs : EventArgs
Constructors
ReorderStartingEventArgs(Object)
Declaration
public ReorderStartingEventArgs(object item)
Parameters
System.Object
item
|
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
Item
Declaration
public object Item { get; }
Property Value
System.Object
|