menu

MAUI

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

    Show / Hide Table of Contents

    Class TabSelectionChangedEventArgs

    This class serves as an event data for the SelectionChanged event.

    Inheritance
    System.Object
    TabSelectionChangedEventArgs
    Namespace: Syncfusion.Maui.TabView
    Assembly: Syncfusion.Maui.TabView.dll
    Syntax
    public class TabSelectionChangedEventArgs : EventArgs

    Constructors

    TabSelectionChangedEventArgs()

    Declaration
    public TabSelectionChangedEventArgs()

    Properties

    Handled

    Gets or sets a value indicating whether the SelectionChanged event is handled.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    NewIndex

    Gets the index of currently selected tab item.

    Declaration
    public double NewIndex { get; }
    Property Value
    Type
    System.Double

    OldIndex

    Gets the index of previously selected tab item.

    Declaration
    public double OldIndex { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved