Class CollectionViewSwipeCompletedCommandContext
Represents the context for the SwipeCompletedCommand.
Inheritance
System.Object
CollectionViewSwipeCompletedCommandContext
Namespace: Telerik.Maui.Controls.CollectionView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CollectionViewSwipeCompletedCommandContext : Object
Constructors
CollectionViewSwipeCompletedCommandContext(Object, Double)
Initializes a new instance of the CollectionViewSwipeCompletedCommandContext class.
Declaration
public CollectionViewSwipeCompletedCommandContext(object item, double offset)
Parameters
System.Object
item
|
System.Double
offset
|
Properties
Item
Gets the item that was swiped.
Declaration
public object Item { get; }
Property Value
System.Object
|
Offset
Gets the final offset of the swiped item.
Declaration
public double Offset { get; }
Property Value
System.Double
|