Class SelectingTabEventArgs
Inheritance
System.Object
SelectingTabEventArgs
Namespace: Com.Telerik.Android.Primitives.Widget.Tabstrip
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public class SelectingTabEventArgs : EventArgs
Constructors
SelectingTabEventArgs(Boolean, Tab)
Declaration
public SelectingTabEventArgs(bool handled, Tab p0)
Parameters
System.Boolean
handled
|
Tab
p0
|
Properties
Handled
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|