WPF

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

    Show / Hide Table of Contents

    Class TabOrderChangingEventArgs

    Provides data for the TabOrderChangingEventArgs event.

    Inheritance
    System.Object
    System.EventArgs
    TabOrderChangingEventArgs
    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 TabOrderChangingEventArgs : EventArgs

    Constructors

    TabOrderChangingEventArgs()

    Declaration
    public TabOrderChangingEventArgs()

    Properties

    Cancel

    Get or sets whether dragging option should be accepted or canceled.

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

    NewIndex

    Gets the tab index of item from target tab group.

    Declaration
    public int NewIndex { get; }
    Property Value
    Type Description
    System.Int32

    OldIndex

    Gets the tab index of item from source tab group.

    Declaration
    public int OldIndex { get; }
    Property Value
    Type Description
    System.Int32

    TargetItem

    Gets or sets the dragging element of DockingManager that raises the DocumentTabOrderChanging event.

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

    The dragging element of DockingManager.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved