ComponentOne TreeView for WinForms
ItemDrag Event

C1.Win.TreeView Namespace > C1TreeView Class : ItemDrag Event
Occurs when the node is dragged.
Syntax
'Declaration
 
<C1DescriptionAttribute("ノードがドラッグされたときに発生します。")>
<C1CategoryAttribute("アクション")>
Public Event ItemDrag As C1TreeViewItemDragEventHandler
[C1Description("ノードがドラッグされたときに発生します。")]
[C1Category("アクション")]
public event C1TreeViewItemDragEventHandler ItemDrag
Event Data

The event handler receives an argument of type C1TreeViewItemDragEventArgs containing data related to this event. The following C1TreeViewItemDragEventArgs properties provide information specific to this event.

PropertyDescription
Gets the data that has been dragged.  
Gets the tree node that has been checked, expanded, collapsed, or selected. (Inherited from C1.Win.TreeView.C1TreeViewEventArgs)
Gets the tree nodes that has been dragged.  
See Also