Class TakeDragItemEventArgs
Presents event args for TakeDragItem handler.
Inheritance
System.Object
TakeDragItemEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TakeDragItemEventArgs : EventArgs
Constructors
TakeDragItemEventArgs(TabItemExt)
Initializes a new instance of the TakeDragItemEventArgs class.
Declaration
public TakeDragItemEventArgs(TabItemExt tabItemExt)
Parameters
Type | Name | Description |
---|---|---|
TabItemExt | tabItemExt | The tab item. |
Properties
DragedItem
Gets or sets the dragged item.
Declaration
public TabItemExt DragedItem { get; set; }
Property Value
Type | Description |
---|---|
TabItemExt | The dragged item. |