Class
ItemSwipeCompletedCommandContext

Provides context information for item swipe completed commands.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class ItemSwipeCompletedCommandContext

Inheritance: objectItemSwipeCompletedCommandContext

Constructors

ItemSwipeCompletedCommandContext(object, double)

Initializes a new instance of the ItemSwipeCompletedCommandContext class.

Declaration

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

Parameters

item

object

The item that was swiped.

offset

double

The swipe offset distance.

Properties

Item

Gets the item that was swiped.

Declaration

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

Property Value

object

The data item associated with the swipe gesture.

Offset

Gets the offset distance of the swipe gesture.

Declaration

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

Property Value

double

A double representing the swipe offset.