ASPxHtmlEditor.HtmlChanged Event
Occurs after the content of the ASPxHtmlEditor has been changed.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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