Class
ItemSwipeCompletedEventArgs

Provides data for the item swipe completed event.

Definition

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

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class ItemSwipeCompletedEventArgs : EventArgs

Inheritance: objectEventArgsItemSwipeCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

ItemSwipeCompletedEventArgs(object, double)

Initializes a new instance of the ItemSwipeCompletedEventArgs class.

Declaration

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

Parameters

item

object

The item that was swiped.

offset

double

The offset distance of the swipe gesture.

Properties

Item

Gets the item that was swiped.

Declaration

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

Property Value

object

The swiped item.

Offset

Gets the offset distance of the swipe gesture.

Declaration

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

Property Value

double

The swipe offset distance.