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 |
|
Data
Gets or sets the data.
Declaration
public DataObject Data { get; set; }
Property Value
Type |
---|
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. |