menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class TabItemTappedEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabItemTappedEventArgs

    Provides data for the TabItemTapped event.

    Inheritance
    System.Object
    TabItemTappedEventArgs
    Namespace: Syncfusion.Maui.Toolkit.TabView
    Assembly: Syncfusion.Maui.Toolkit.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

    A boolean value indicating if the event should be canceled.

    TabItem

    Gets the selected tab item.

    Declaration
    public SfTabItem TabItem { get; }
    Property Value
    Type Description
    SfTabItem

    Returns the selected tab item.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved