Configurates the
C1.Web.Mvc.InputDateBase.OnClientValueChanged client event. Occurs after a new date is selected.
Syntax
'Declaration
Public Function OnClientValueChanged( _
ByVal As String _
) As
public OnClientValueChanged(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also