Table of Contents
populateOnDemand Method 

Starts populating on demand for the current node.

Syntax
JavaScript
 TreeNode.populateOnDemand(args)

Parameters

args
Optional arguments to be passed to the server. Server code can access this value via NavigationItemEventArgs.Data property.
See Also