Skip to main content
Tab

ASPxColorEdit.ColorChanged Event

Fires after the selected color has been changed within the color editor via end-user interaction.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public event EventHandler ColorChanged

Event Data

The ColorChanged event's data class is EventArgs.

Remarks

The ColorChanged event allows you to respond to the editor’s selected color being changed by an end-user.

Note

The ColorChanged event’s generation depends upon the settings of the ASPxEdit.AutoPostBack property and the ASPxClientProcessingModeEventArgs.processOnServer property passed to the corresponding client ASPxClientColorEdit.ColorChanged event if it is handled. refer to the descriptions of these properties for more information.

See Also