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.
Property | Description |
---|---|
DraggedData | Gets the data that has been dragged. |
Node | Gets the tree node that has been checked, expanded, collapsed, or selected. (Inherited from C1.Win.TreeView.C1TreeViewEventArgs) |
Nodes | Gets the tree nodes that has been dragged. |