Class ItemSwipeStartingEventArgs
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)
Declaration
public ItemSwipeStartingEventArgs(object item)
Parameters
System.Object
item
|
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
Item
Declaration
public object Item { get; }
Property Value
System.Object
|