Class ItemSwipeStartingEventArgs
Inheritance
System.Object
ItemSwipeStartingEventArgs
Namespace: Telerik.XamarinForms.DataControls.ListView
Assembly: Telerik.XamarinForms.DataControls.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
|