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

ASPxHtmlEditor.HtmlChanged Event

Occurs after the content of the ASPxHtmlEditor has been changed.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public event EventHandler<EventArgs> HtmlChanged

Event Data

The HtmlChanged event's data class is EventArgs.

Remarks

Write a handler for the HtmlChanged event to perform specific actions on the server side in response to the editor’s HTML content being changed.

Note that not each change of the editor’s content on the client results in the HtmlChanged event firing. This event is generated when the editor requests the server for some server-side processing (when switching between the editor’s views, for instance).

See Also