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