[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientDrop

OnClientDrop Method

OnClientDrop(string)

Configurates the OnClientDrop client event. Occurs when the user drops a on the TreeView.

Declaration
public TreeViewBuilder OnClientDrop(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.