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