menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabSelectionChangingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabSelectionChangingEventArgs

    Represents the class contains arguments for tab selection changing event.

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

    Constructors

    TabSelectionChangingEventArgs()

    Declaration
    public TabSelectionChangingEventArgs()

    Properties

    Cancel

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

    NewItem

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

    OldItem

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