Class ItemSwipingEventArgs
Inheritance
System.Object
ItemSwipingEventArgs
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ItemSwipingEventArgs : EventArgs
Constructors
ItemSwipingEventArgs(Object, Double)
Declaration
public ItemSwipingEventArgs(object item, double offset)
Parameters
System.
|
System.
|
Properties
Item
Declaration
public object Item { get; }
Property Value
System.
|
Offset
Declaration
public double Offset { get; }
Property Value
System.
|