Back to Devexpress

ASPxClientHtmlEditor.HtmlChanged Event

aspnet-js-aspxclienthtmleditor-823aff36.md

latest1.4 KB
Original Source

ASPxClientHtmlEditor.HtmlChanged Event

Occurs on the client side when the content of the editor changes.

Declaration

ts
HtmlChanged: ASPxClientEvent<ASPxClientEventHandler<ASPxClientHtmlEditor>>

Event Data

The HtmlChanged event's data class is ASPxClientEventArgs.

Remarks

The HtmlChanged event fires when an end-user changes HTML in Design View or HTML View.

  • In Design View , and in Html View in advanced mode (specified by the HtmlEditorHtmlViewSettings.Mode property), the event is fired on each change of the editor’s content (such as typing or deleting a character, for instance).
  • In Html View in simple mode, the event occurs only when the view’s editor loses focus after performing some content modifications.

See Also

HtmlChanged

GetHtml

SetHtml(html)

HTML Editor

ASPxClientHtmlEditor Class

ASPxClientHtmlEditor Members