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 As String _
) As TreeViewBuilder
public TreeViewBuilder OnClientDragOver(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also