Table of Contents
ClientSideOnCheckStateChanging Property

Gets or sets the name of the client side function to be called when a node's check state is about to change.

Syntax
 public String ClientSideOnCheckStateChanging { get; set; }
Remarks

Use this client side event handler to be notified when a TreeNode's check state is about to change. See treeview_checkstatechanging_handler for more information.

See Also