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 As String _
) As TreeViewBuilder
public TreeViewBuilder OnClientDragEnd(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also