WinForms

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

    Show / Hide Table of Contents

    Class TabDraggingEventArgs

    Represents a class that provides data about the TabDragging event.

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

    Constructors

    TabDraggingEventArgs()

    Initializes a new instance of the TabDraggingEventArgs class.

    Declaration
    public TabDraggingEventArgs()

    Properties

    Action

    Gets the action for tab drag-and-drop operation.

    Declaration
    public TabDraggingAction Action { get; set; }
    Property Value
    Type Description
    TabDraggingAction

    From

    Gets the index of the tab being dragged.

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

    To

    Gets the index at which the tab is dropped.

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