Class TabItemTappedEventArgs
SfTabView Contains data for the event which is raised while tapped on the header item.
Inherited Members
Namespace: Syncfusion.XForms.TabView
Assembly: Syncfusion.SfTabView.XForms.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 |