Click or drag to resize
KaxTreeNodeDragDropEventArgs Constructor (IListKaxTreeNode, KaxTreeNode, KaxTreeViewDropPosition)
Initializes a new instance of the KaxTreeNodeDragDropEventArgs class.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxTreeNodeDragDropEventArgs(
	IList<KaxTreeNode> sourceNodes,
	KaxTreeNode destinationNode,
	KaxTreeViewDropPosition dropPosition
)

Parameters

sourceNodes
Type: System.Collections.GenericIListKaxTreeNode
A list of KaxTreeNode objects representing the source (dragged) nodes.
destinationNode
Type: Kettic.AspNet.ControlsKaxTreeNode
A KaxTreeNode representing the destination node.
dropPosition
Type: Kettic.AspNet.ControlsKaxTreeViewDropPosition
A KaxTreeViewDropPosition value representing the drop position of the source node(s) with regards to the destination node.
See Also