KaxTreeNodeDragDropEventArgs Constructor (IListKaxTreeNode, KaxTreeNode, KaxTreeViewDropPosition) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxTreeNodeDragDropEventArgs(
IList<KaxTreeNode> sourceNodes,
KaxTreeNode destinationNode,
KaxTreeViewDropPosition dropPosition
)
Public Sub New (
sourceNodes As IList(Of KaxTreeNode),
destinationNode As KaxTreeNode,
dropPosition As KaxTreeViewDropPosition
)
public:
KaxTreeNodeDragDropEventArgs(
IList<KaxTreeNode^>^ sourceNodes,
KaxTreeNode^ destinationNode,
KaxTreeViewDropPosition dropPosition
)
new :
sourceNodes : IList<KaxTreeNode> *
destinationNode : KaxTreeNode *
dropPosition : KaxTreeViewDropPosition -> KaxTreeNodeDragDropEventArgs
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