| KaxTreeNodeDragDropEventArgs Class |
Namespace: Kettic.AspNet.Controls
The KaxTreeNodeDragDropEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxTreeNodeDragDropEventArgs(IListKaxTreeNode, String) |
Initializes a new instance of the KaxTreeNodeDragDropEventArgs class.
| |
| KaxTreeNodeDragDropEventArgs(IListKaxTreeNode, KaxTreeNode, KaxTreeViewDropPosition) |
Initializes a new instance of the KaxTreeNodeDragDropEventArgs class.
|
| Name | Description | |
|---|---|---|
| DestDragNode |
Gets the destination node.
| |
| DraggedNodes |
Gets all source (dragged) nodes.
| |
| DropPosition |
Gets or sets the position at which the user drops the source node(s) with regards to the destination nodes.
| |
| HtmlElementID |
Gets or sets the ID of the HTML element on which the source node(s) is dropped.
| |
| SourceDragNode |
Gets the source (dragged) node.
|