WPF

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

    Show / Hide Table of Contents

    Class TabControlExtDragEventArgs

    Class Represents the TabContolExt Event Args

    Inheritance
    System.Object
    TabControlExtDragEventArgs
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class TabControlExtDragEventArgs : RoutedEventArgs

    Constructors

    TabControlExtDragEventArgs(RoutedEvent)

    Initializes a new instance of the TabControlExtDragEventArgs class.

    Declaration
    public TabControlExtDragEventArgs(RoutedEvent routedEvent)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent

    The routed event.

    Properties

    Cancel

    Gets or sets a value indicating whether this TabControlExtDragEventArgs is cancel.

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

    true if cancel; otherwise, false.

    Data

    Gets or sets the data.

    Declaration
    public DataObject Data { get; set; }
    Property Value
    Type Description
    System.Windows.DataObject

    DragSource

    Gets or sets the drag source.

    Declaration
    public FrameworkElement DragSource { get; set; }
    Property Value
    Type Description
    System.Windows.FrameworkElement

    The drag source.

    DropSource

    Gets or sets the drop source.

    Declaration
    public FrameworkElement DropSource { get; set; }
    Property Value
    Type Description
    System.Windows.FrameworkElement

    The drop source.

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