TreeList.NodeDblClick

Syntax

NodeDblClick: function(sender, args);

Parameters

sender. Event source.

args. Information on the event. Available argument: Node - selected node.

Description

The NodeDblClick event is fired on double click on a list item.

Example

The example of event use is given in the TreeNode.getParentNode method description.

See also:

TreeList