ComponentOne ASP.NET MVC Controls
OnClientDrop Method

C1.Web.Mvc.Fluent Namespace > TreeViewBuilder Class : OnClientDrop Method
The value.
Configurates the C1.Web.Mvc.TreeView.OnClientDrop client event. Occurs when the user drops a on the C1.Web.Mvc.TreeView.
Syntax
'Declaration
 
Public Function OnClientDrop( _
   ByVal value As String _
) As TreeViewBuilder
public TreeViewBuilder OnClientDrop( 
   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