Skip to main content

ASPxClientHtmlEditor.HtmlChanged Event

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

Declaration

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