[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientDragStart

OnClientDragStart Method

OnClientDragStart(string)

Configurates the OnClientDragStart client event. Occurs when the user starts dragging a node. This event only occurs if the AllowDrag property is set to true.

Declaration
public TreeViewBuilder OnClientDragStart(string value)
Public Function OnClientDragStart(value As String) As TreeViewBuilder
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TreeViewBuilder

Current builder.