Table of Contents
ClientSideOnDragBegin Property

Gets or sets the name of the client side function to be called when user starts to drag a node.

Syntax
 public String ClientSideOnDragBegin { get; set; }
Remarks

Return false from this handler to cancel the drag and drop operation. See treeview_dragdrop_handler for more information.

See Also