WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabSelectionChangedEventArgs

    Show / Hide Table of Contents

    Class TabSelectionChangedEventArgs

    Represents the class contains arguments for tab selection changed event.

    Inheritance
    System.Object
    System.EventArgs
    TabSelectionChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class TabSelectionChangedEventArgs : EventArgs

    Constructors

    TabSelectionChangedEventArgs()

    Declaration
    public TabSelectionChangedEventArgs()

    Properties

    NewItem

    Declaration
    public object NewItem { get; set; }
    Property Value
    Type Description
    System.Object

    OldItem

    Declaration
    public object OldItem { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved