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.
|
System.
|
Properties
Item
Declaration
public object Item { get; }
Property Value
System.
|
Offset
Declaration
public double Offset { get; }
Property Value
System.
|