Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ASPxColorEdit.TextChanged Event

Fires when the editor loses focus after the editor’s text has been changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public event EventHandler TextChanged

Event Data

The TextChanged event's data class is EventArgs.

Remarks

Handle the TextChanged event to respond to an end-user changing the editor’s text.

Note

The TextChanged event’s generation depends upon the settings of the ASPxEdit.AutoPostBack property. refer to the descriptions of these properties, for more information.

See Also