Table of Contents
ClientSideAfterPopulate Property

Gets or sets the name of the client side function to be called after populating on demand.

Syntax
 public String ClientSideAfterPopulate { get; set; }
Remarks

Use this function to perform actions after a node has finished populating on demand. See treeview_afterpopulate_handler for more information.

See Also