Class SlideViewSlidingToIndexEventArgs
Inheritance
System.Object
SlideViewSlidingToIndexEventArgs
Namespace: Telerik.XamarinForms.Primitives.SlideView
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class SlideViewSlidingToIndexEventArgs : EventArgs
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|