Class
CollectionViewSwipeCompletedCommandContext

Represents the context for the SwipeCompletedCommand.

Definition

Namespace:Telerik.Maui.Controls.CollectionView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class CollectionViewSwipeCompletedCommandContext

Inheritance: objectCollectionViewSwipeCompletedCommandContext

Constructors

CollectionViewSwipeCompletedCommandContext(object, double)

Initializes a new instance of the CollectionViewSwipeCompletedCommandContext class.

Declaration

cs-api-definition
public CollectionViewSwipeCompletedCommandContext(object item, double offset)

Parameters

item

object

offset

double

Properties

Item

Gets the item that was swiped.

Declaration

cs-api-definition
public object Item { get; }

Property Value

object

Offset

Gets the final offset of the swiped item.

Declaration

cs-api-definition
public double Offset { get; }

Property Value

double