Class ReorderStartingCommandContext
Inheritance
System.Object
ReorderStartingCommandContext
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ReorderStartingCommandContext : Object
Constructors
ReorderStartingCommandContext(Object, Boolean)
Declaration
public ReorderStartingCommandContext(object item, bool cancel)
Parameters
System.Object
item
|
System.Boolean
cancel
|
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
Item
Declaration
public object Item { get; }
Property Value
System.Object
|