Class ItemSwipeCompletedCommandContext
Provides context information for item swipe completed commands.
Inheritance
System.Object
ItemSwipeCompletedCommandContext
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ItemSwipeCompletedCommandContext : Object
Constructors
ItemSwipeCompletedCommandContext(Object, Double)
Initializes a new instance of the ItemSwipeCompletedCommandContext class.
Declaration
public ItemSwipeCompletedCommandContext(object item, double offset)
Parameters
System.Object
item
The item that was swiped. |
System.Double
offset
The swipe offset distance. |
Properties
Item
Gets the item that was swiped.
Declaration
public object Item { get; }
Property Value
System.Object
The data item associated with the swipe gesture. |
Offset
Gets the offset distance of the swipe gesture.
Declaration
public double Offset { get; }
Property Value
System.Double
A System.Double representing the swipe offset. |