Click or drag to resize
KaxTreeNodeDragDropEventArgs Properties

The KaxTreeNodeDragDropEventArgs type exposes the following members.

Properties
  Name Description
Public property DestDragNode
Gets the destination node.
Public property DraggedNodes
Gets all source (dragged) nodes.
Public property DropPosition
Gets or sets the position at which the user drops the source node(s) with regards to the destination nodes.
Public property HtmlElementID
Gets or sets the ID of the HTML element on which the source node(s) is dropped.
Public property SourceDragNode
Gets the source (dragged) node.
Top
See Also