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

MVCxHtmlEditor Events

The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
Name Description
AudioFileSaving Allows you to process an uploaded audio file before it is saved to the server. Inherited from ASPxHtmlEditor.
AudioSelectorCustomThumbnail Occurs each time before a thumbnail or a folder’s icon is created in Audio Selector. Inherited from ASPxHtmlEditor.
AudioSelectorFileUploading Fires before a file is uploaded to the Audio Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
AudioSelectorFolderCreating Fires on the server side before a folder is created within the Audio Selector and allows you to cancel the action. Inherited from ASPxHtmlEditor.
AudioSelectorItemCopying Fires before an item is copied within the Audio Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
AudioSelectorItemDeleting Fires before an item is deleted within the Audio Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
AudioSelectorItemMoving Fires before an item is moved within the Audio Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
AudioSelectorItemRenaming Fires before an item is renamed within the Audio Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
CallbackError static Allows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control. Inherited from ASPxWebControl.
ClientLayout Enables you to save and restore the previously saved layout of the ASPxHtmlEditor. Inherited from ASPxHtmlEditor.
CustomDataCallback Fires when a round trip to the server has been initiated by a call to the client ASPxClientHtmlEditor.PerformDataCallback method. Inherited from ASPxHtmlEditor.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client. Inherited from ASPxHtmlEditor.
DataBinding Occurs when the server control binds to a data source. Inherited from Control.
Disposed Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. Inherited from Control.
DocumentSelectorCustomThumbnail Occurs each time before a thumbnail or a folder’s icon is created in Document Selector. Inherited from ASPxHtmlEditor.
DocumentSelectorFileUploading Obsolete. This property is not in effect for the MVCxHtmlEditor class.
DocumentSelectorFolderCreating Obsolete. This property is not in effect for the MVCxHtmlEditor class.
DocumentSelectorItemCopying Fires before an item is copied within the Document Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
DocumentSelectorItemDeleting Obsolete. This property is not in effect for the MVCxHtmlEditor class.
DocumentSelectorItemMoving Obsolete. This property is not in effect for the MVCxHtmlEditor class.
DocumentSelectorItemRenaming Obsolete. This property is not in effect for the MVCxHtmlEditor class.
FlashFileSaving Allows you to process an uploaded flash file before it is saved to the server. Inherited from ASPxHtmlEditor.
FlashSelectorCustomThumbnail Occurs each time before a thumbnail or a folder’s icon is created in Flash Selector. Inherited from ASPxHtmlEditor.
FlashSelectorFileUploading Fires before a file is uploaded to the Flash Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
FlashSelectorFolderCreating Fires on the server side before a folder is created within the Flash Selector and allows you to cancel the action. Inherited from ASPxHtmlEditor.
FlashSelectorItemCopying Fires before an item is copied within the Flash Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
FlashSelectorItemDeleting Fires before an item is deleted within the Flash Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
FlashSelectorItemMoving Fires before an item is moved within the Flash Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
FlashSelectorItemRenaming Fires before an item is renamed within the Flash Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
HtmlChanged Occurs after the content of the ASPxHtmlEditor has been changed. Inherited from ASPxHtmlEditor.
HtmlCorrecting Occurs before the ASPxHtmlEditor‘s HTML markup is automatically corrected based upon the HTML validation parameters specified. Inherited from ASPxHtmlEditor.
ImageFileSaving Allows you to process an uploaded image file before it is saved to the server Inherited from ASPxHtmlEditor.
ImageSelectorCustomThumbnail Occurs each time before a thumbnail or a folder’s icon is created in Image Selector. Inherited from ASPxHtmlEditor.
ImageSelectorFileUploading Obsolete. This property is not in effect for the MVCxHtmlEditor class.
ImageSelectorFolderCreating Obsolete. This property is not in effect for the MVCxHtmlEditor class.
ImageSelectorItemCopying Fires before an item is copied within the Image Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
ImageSelectorItemDeleting Obsolete. This property is not in effect for the MVCxHtmlEditor class.
ImageSelectorItemMoving Obsolete. This property is not in effect for the MVCxHtmlEditor class.
ImageSelectorItemRenaming Obsolete. This property is not in effect for the MVCxHtmlEditor class.
Init Occurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
Load Occurs when the server control is loaded into the Page object. Inherited from Control.
PastedImageSaving Allows you to process and save the pasted binary image to the server. Inherited from ASPxHtmlEditor.
PreRender Occurs after the Control object is loaded but prior to rendering. Inherited from Control.
RtfContentPastingProcessed Raised when the copied/cut RTF content is processed on the server. Inherited from ASPxHtmlEditor.
SpellCheckerCustomDictionaryLoading Occurs when a custom spell check dictionary is being loaded into a session. Inherited from ASPxHtmlEditor.
SpellCheckerWordAdded Occurs after a word is added to a custom dictionary. Inherited from ASPxHtmlEditor.
Unload Occurs when the server control is unloaded from memory. Inherited from Control.
Validation Allows you to specify whether the ASPxHtmlEditor’s content is valid. Inherited from ASPxHtmlEditor.
VideoFileSaving Allows you to process an uploaded video file before it is saved to the server. Inherited from ASPxHtmlEditor.
VideoSelectorCustomThumbnail Occurs each time before a thumbnail or a folder’s icon is created in Video Selector. Inherited from ASPxHtmlEditor.
VideoSelectorFileUploading Fires before a file is uploaded to the Video Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
VideoSelectorFolderCreating Fires on the server side before a folder is created within the Video Selector and allows you to cancel the action. Inherited from ASPxHtmlEditor.
VideoSelectorItemCopying Fires before an item is copied within the Video Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
VideoSelectorItemDeleting Fires before an item is deleted within the Video Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
VideoSelectorItemMoving Fires before an item is moved within the Video Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
VideoSelectorItemRenaming Fires before an item is renamed within the Video Selector, and allows you to cancel the action. Inherited from ASPxHtmlEditor.
See Also