[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientDragOver

OnClientDragOver Method

OnClientDragOver(string)

Configurates the OnClientDragOver client event. Occurs while the user drags a node over other nodes on the TreeView.

Declaration
public TreeViewBuilder OnClientDragOver(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TreeViewBuilder

Current builder.

Remarks

Returns true if the event is not cancelled.