Click or drag to resize
KaxTreeNodeDragDropEventArgs Class
Provides data for the NodeDrop event of the KaxTreeView control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxTreeNodeDragDropEventArgs

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxTreeNodeDragDropEventArgs : EventArgs

The KaxTreeNodeDragDropEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDestDragNode
Gets the destination node.
Public propertyDraggedNodes
Gets all source (dragged) nodes.
Public propertyDropPosition
Gets or sets the position at which the user drops the source node(s) with regards to the destination nodes.
Public propertyHtmlElementID
Gets or sets the ID of the HTML element on which the source node(s) is dropped.
Public propertySourceDragNode
Gets the source (dragged) node.
Top
See Also