Configurates the
C1.Web.Mvc.TreeView.OnClientNodeEditStarted client event. Occurs after a node has entered edit mode.
Syntax
'Declaration
Public Function OnClientNodeEditStarted( _
ByVal As String _
) As TreeViewBuilder
public TreeViewBuilder OnClientNodeEditStarted(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also