OnClientDragStart Property
In This Topic
Occurs when the user starts dragging a node. This event only occurs if the AllowDrag property is set to true.
Syntax
'Declaration
Public Property OnClientDragStart As String
public string OnClientDragStart {get; set;}
See Also