Class SwipeExecuteBehavior.SwipeStartedEventArgs
Inheritance
System.Object
SwipeExecuteBehavior.SwipeStartedEventArgs
Namespace: Com.Telerik.Widget.List
Assembly: Telerik.Xamarin.Android.List.dll
Syntax
public class SwipeStartedEventArgs : EventArgs
Constructors
SwipeStartedEventArgs(Int32)
Declaration
public SwipeStartedEventArgs(int p0)
Parameters
System.Int32
p0
|
Properties
P0
Declaration
public int P0 { get; }
Property Value
System.Int32
|