menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabItemTappedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabItemTappedEventArgs

    SfTabView Contains data for the event which is raised while tapped on the header item.

    Inheritance
    System.Object
    CancelEventArgs
    TabItemTappedEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved