ComponentOne ASP.NET MVC Controls
OnClientDragOver Method

C1.Web.Mvc.Fluent Namespace > TreeViewBuilder Class : OnClientDragOver Method
The value.
Configurates the C1.Web.Mvc.TreeView.OnClientDragOver client event. Occurs while the user drags a node over other nodes on the C1.Web.Mvc.TreeView.
Syntax
'Declaration
 
Public Function OnClientDragOver( _
   ByVal value As String _
) As TreeViewBuilder
public TreeViewBuilder OnClientDragOver( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Returns true if the event is not cancelled.
See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members