Class ItemSwipeCompletedCommandContext
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)
Declaration
public ItemSwipeCompletedCommandContext(object item, double offset)
Parameters
System.Object
item
|
System.Double
offset
|
Properties
Item
Declaration
public object Item { get; }
Property Value
System.Object
|
Offset
Declaration
public double Offset { get; }
Property Value
System.Double
|