Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabItemTappedEventArgs - Xamarin.Android API Reference | Syncfusion TabItemTappedEventArgs class for contains data for the event which is raised while tapped on the header item. ">

    Show / Hide Table of Contents

    Class TabItemTappedEventArgs

    The TabItemTappedEventArgs class for contains data for the event which is raised while tapped on the header item.

    Inheritance
    System.Object
    TabItemTappedEventArgs
    Namespace: Syncfusion.Android.TabView
    Assembly: Syncfusion.SfTabView.Android.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 Description
    SfTabItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved