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

MVCxClientHtmlEditor Events

A client-side counterpart of the HtmlEditor extension.
Name Description
ActiveTabChanged Fires on the client side after the active tab has been changed within a control. Inherited from ASPxClientHtmlEditor.
ActiveTabChanging Fires on the client side before the active tab is changed within a control. Inherited from ASPxClientHtmlEditor.
BeforePaste Occurs before an HTML code is pasted to editor content, and allows you to modify it. Inherited from ASPxClientHtmlEditor.
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientHtmlEditor. Inherited from ASPxClientHtmlEditor.
CommandExecuted Occurs after a default or custom command has been executed on the client side. Inherited from ASPxClientHtmlEditor.
CommandExecuting Occurs before a default or custom command has been executed and allows you to cancel the action. Inherited from ASPxClientHtmlEditor.
ContextMenuShowing Occurs on the client side before a context menu is shown. Inherited from ASPxClientHtmlEditor.
CustomCommand Enables you to implement a custom command’s logic. Inherited from ASPxClientHtmlEditor.
CustomDataCallback Fires after a callback, sent by the ASPxClientHtmlEditor.PerformDataCallback method, has been processed within the ASPxHtmlEditor.CustomDataCallback event handler. Inherited from ASPxClientHtmlEditor.
CustomDialogClosed Occurs on the client side after a custom dialog is closed. Inherited from ASPxClientHtmlEditor.
CustomDialogClosing Fires on the client side before a custom dialog is closed. Inherited from ASPxClientHtmlEditor.
CustomDialogOpened Occurs on the client side after a custom dialog is opened. Inherited from ASPxClientHtmlEditor.
DialogClosed Occurs on the client side after a dialog is closed. Inherited from ASPxClientHtmlEditor.
DialogClosing Fires on the client side before a dialog is going to be closed. Inherited from ASPxClientHtmlEditor.
DialogInitialized Occurs on the client side after a dialog has been initialized. Inherited from ASPxClientHtmlEditor.
EndCallback Occurs on the client side after a callback’s server-side processing has been completed. Inherited from ASPxClientHtmlEditor.
GotFocus Fires on the client side when the editor’s Design View Area receives input focus. Inherited from ASPxClientHtmlEditor.
HtmlChanged Occurs on the client side when the content of the editor changes. Inherited from ASPxClientHtmlEditor.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
LostFocus Fires on the client side when the editor’s Design View Area loses input focus. Inherited from ASPxClientHtmlEditor.
SelectionChanged Occurs on the client when a selection is changed within the ASPxHtmlEditor. Inherited from ASPxClientHtmlEditor.
SpellingChecked Occurs on the client side after the editor content is spell checked. Inherited from ASPxClientHtmlEditor.
Validation Allows you to specify whether the value entered into the ASPxHtmlEditor is valid. Inherited from ASPxClientHtmlEditor.
See Also