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