ComponentOne ASP.NET MVC Controls
OnClientDragEnd Method

C1.Web.Mvc.Fluent Namespace > TreeViewBuilder Class : OnClientDragEnd Method
The value.
Configurates the C1.Web.Mvc.TreeView.OnClientDragEnd client event. Occurs when the user finishes a drag/drop operation, either by dropping a node into a new location or by canceling the operation with the mouse or keyboard.
Syntax
'Declaration
 
Public Function OnClientDragEnd( _
   ByVal value As String _
) As TreeViewBuilder
public TreeViewBuilder OnClientDragEnd( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members