KaxTreeNodeDragDropEventArgs Constructor (IListKaxTreeNode, String) |
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,
string htmlElementId
)
Public Sub New (
sourceNodes As IList(Of KaxTreeNode),
htmlElementId As String
)
public:
KaxTreeNodeDragDropEventArgs(
IList<KaxTreeNode^>^ sourceNodes,
String^ htmlElementId
)
new :
sourceNodes : IList<KaxTreeNode> *
htmlElementId : string -> KaxTreeNodeDragDropEventArgs
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