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