Table of Contents
ClientSideOnNodeRenaming Property

Gets or sets the name of the client side function to be called when user is about to edit the tree node text.

Syntax
 public String ClientSideOnNodeRenaming { get; set; }
Remarks

Return false from this handler to cancel the edit. See treeview_rename_handler for more information.

See Also