Class ItemSwipeStartingEventArgs
Provides data for the item swipe starting event.
Inheritance
System.Object
ItemSwipeStartingEventArgs
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ItemSwipeStartingEventArgs : EventArgs
Constructors
ItemSwipeStartingEventArgs(Object)
Initializes a new instance of the ItemSwipeStartingEventArgs class.
Declaration
public ItemSwipeStartingEventArgs(object item)
Parameters
System.Object
item
The item that is starting to be swiped. |
Properties
Cancel
Gets or sets a value indicating whether the swipe operation should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
Item
Gets the item that is starting to be swiped.
Declaration
public object Item { get; }
Property Value
System.Object
The item being swiped. |