Skip to main content
A newer version of this page is available. .
Tab

ASPxTextEdit.TextChanged Event

Fires when the editor loses focus after the editor’s text has been changed by end-user interactions.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.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 and the ASPxClientProcessingModeEventArgs.processOnServer property passed to the corresponding client ASPxClientTextEdit.TextChanged event, if it is handled. refer to the descriptions of these properties for more information.

Implements

See Also