ComponentOne ASP.NET MVC Controls
OnClientValueChanged Method (ColorPickerBuilder)

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ColorPickerBuilder Class
ColorPickerBuilder Members