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