TreeList.LoadSubNodesOf

Syntax

LoadSubNodesOf: function (sender,arsg)

Parameters

sender. Event source.

args. Event information. Available argument: Node - loaded node.

Description

The LoadSubNodesOf event occurs on loading the node to the tree.

Comments

The event is generated on calling the method TreeList.loadNode.

Example

The example of event use is given in the TreeList.loadNode method description.

See also:

TreeList