TreeView.NodeDoubleClick Event
This event is fired when a node gets double clicked

NodeDoubleClick(
node
as TreeViewNode,
nodeIndex
as Integer,
columnIndex
as Integer)
Parameters
- node
- The node that got double clicked.
- nodeIndex
- The screen index of the node that got double clicked.
- columnIndex
- The index if the column that was double clicked (zero based). -1 if no column related data is available.
Remarks
See Also
TreeView Control