C1.Win.TreeView Namespace / C1TreeView Class / ItemDrag Event

ItemDrag Event (C1TreeView)
Occurs when the node is dragged.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TreeView.ItemDrag", "Occurs when the node is dragged.")>
<C1CategoryAttribute("Action")>
Public Event ItemDrag As C1TreeViewItemDragEventHandler
 
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