menu

MAUI

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

    Show / Hide Table of Contents

    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.

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