Class TabItemTappedEventArgs
The TabItemTappedEventArgs class for contains data for the event which is raised while tapped on the header item.
Inheritance
System.Object
TabItemTappedEventArgs
Namespace: Syncfusion.Android.TabView
Assembly: Syncfusion.SfTabView.Android.dll
Syntax
public class TabItemTappedEventArgs : CancelEventArgs
Constructors
TabItemTappedEventArgs()
Declaration
public TabItemTappedEventArgs()
Properties
TabItem
Gets the selected SfTabItem value.
Declaration
public SfTabItem TabItem { get; }
Property Value
Type |
---|
SfTabItem |