treeview_afterpopulate_handler

Client side event handler to be called when a node has finished populating on demand.

Note: This is a prototype, not a function. You should provide a function that matches this prototype if you wish to handle the corresponding event on the client side. The prototype provides information about the arguments and return value of the function you provide.

Syntax
JavaScript
 treeview_afterpopulate_handler(treeview, node)

Parameters

treeview
The TreeView object.
node
The TreeNode object that has just been populated.
Remarks

This is a prototype, not a function. You should provide this function if you wish to be notified when a TreeNode has finished populating on demand.

See Also