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