Class
ItemSwipingEventArgs

Provides data for the item swiping event that occurs during a swipe gesture.

Definition

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

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class ItemSwipingEventArgs : EventArgs

Inheritance: objectEventArgsItemSwipingEventArgs

Inherited Members EventArgs.Empty

Constructors

ItemSwipingEventArgs(object, double)

Initializes a new instance of the ItemSwipingEventArgs class.

Declaration

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

Parameters

item

object

The item that is being swiped.

offset

double

The current offset distance of the swipe gesture.

Properties

Item

Gets the item that is being swiped.

Declaration

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

Property Value

object

The item being swiped.

Offset

Gets the current offset distance of the swipe gesture.

Declaration

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

Property Value

double

The current swipe offset distance.