Class TabItemTappedEventArgs
This class serves as an event data for the TabItemTapped event.
Inheritance
System.Object
TabItemTappedEventArgs
Namespace: Syncfusion.Maui.TabView
Assembly: Syncfusion.Maui.TabView.dll
Syntax
public class TabItemTappedEventArgs : EventArgs
Constructors
TabItemTappedEventArgs()
Declaration
public TabItemTappedEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Required boolean value |
TabItem
Gets the selected tab item.
Declaration
public SfTabItem TabItem { get; }
Property Value
Type | Description |
---|---|
SfTabItem | Returns the selected tab item. |