Configurates the
C1.Web.Mvc.TreeView.OnClientItemsSourceChanged client event. Occurs when the value of the ItemsSource property changes.
Syntax
'Declaration
Public Function OnClientItemsSourceChanged( _
ByVal As String _
) As TreeViewBuilder
public TreeViewBuilder OnClientItemsSourceChanged(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also