Click or drag to resize
KaxTreeNodeDragDropEventArgs Constructor (IListKaxTreeNode, String)
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,
	string htmlElementId
)

Parameters

sourceNodes
Type: System.Collections.GenericIListKaxTreeNode
A list of KaxTreeNode objects representing the source (dragged) nodes.
htmlElementId
Type: SystemString
A string representing the id of the HTML element on which the source nodes are dropped.
See Also