Table of Contents
ClientSideOnAdjust Property

Gets or sets the name of the client side JavaScript function to be called when the current color changes.

Syntax
 public String ClientSideOnAdjust { get; set; }
Remarks

This function is called when user changes the current color but has not yet clicked the "Accept" button to accept the change yet. On the other hand, ClientSideOnChange is called after user has clicked the "Accept" button and closed the color picker.

See Also