ComponentOne ASP.NET MVC Controls
OnClientDragOver Property

C1.Web.Mvc Namespace > TreeView Class : OnClientDragOver Property
Occurs while the user drags a node over other nodes on the TreeView.
Syntax
'Declaration
 
Public Property OnClientDragOver As String
public string OnClientDragOver {get; set;}
Remarks
Returns true if the event is not cancelled.
See Also

Reference

TreeView Class
TreeView Members