ClassItemSwipingEventArgs
Class
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
Constructors
ItemSwipingEventArgs(object, double)
Initializes a new instance of the ItemSwipingEventArgs class.
Properties
Item
Gets the item that is being swiped.
Declaration
cs-api-definition
public object Item { get; }
Property Value
The item being swiped.