WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectedIndexEventArgs - WindowsForms API Reference | Syncfusion SelectedIndexChanged and SelectedIndexChanging events of a TabBar. ">

    Show / Hide Table of Contents

    Class SelectedIndexEventArgs

    Provides data about a SelectedIndexChanged and SelectedIndexChanging events of a TabBar.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    SelectedIndexEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class SelectedIndexEventArgs : SyncfusionCancelEventArgs

    Properties

    Index

    Returns the selected index.

    Declaration
    [TraceProperty(true)]
    public int Index { get; }
    Property Value
    Type Description
    System.Int32

    Tab

    Returns the tab associated with the index.

    Declaration
    [TraceProperty(true)]
    public InternalTab Tab { get; }
    Property Value
    Type Description
    Syncfusion.Windows.Forms.InternalTab
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved