ComponentOne ASP.NET MVC Controls
OnClientValueChanged Method (InputColorBuilder)

C1.Web.Mvc.Fluent Namespace > InputColorBuilder Class : OnClientValueChanged Method
The value.
Configurates the C1.Web.Mvc.InputColor.OnClientValueChanged client event. Occurs after a new color is selected.
Syntax
'Declaration
 
Public Function OnClientValueChanged( _
   ByVal value As String _
) As InputColorBuilder
public InputColorBuilder OnClientValueChanged( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

InputColorBuilder Class
InputColorBuilder Members