Back to Devexpress

ASPxHtmlEditor Events

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditor-dot-underscore-events.md

latest15.3 KB
Original Source

ASPxHtmlEditor Events

An HTML text editor control.

NameDescription
AudioFileSavingAllows you to process an uploaded audio file before it is saved to the server.
AudioSelectorCustomThumbnailOccurs each time before a thumbnail or a folder’s icon is created in Audio Selector.
AudioSelectorFileUploadingFires before a file is uploaded to the Audio Selector, and allows you to cancel the action.
AudioSelectorFolderCreatingFires on the server side before a folder is created within the Audio Selector and allows you to cancel the action.
AudioSelectorItemCopyingFires before an item is copied within the Audio Selector, and allows you to cancel the action.
AudioSelectorItemDeletingFires before an item is deleted within the Audio Selector, and allows you to cancel the action.
AudioSelectorItemMovingFires before an item is moved within the Audio Selector, and allows you to cancel the action.
AudioSelectorItemRenamingFires before an item is renamed within the Audio Selector, and allows you to cancel the action.
CallbackError staticAllows 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.
ClientLayoutEnables you to save and restore the previously saved layout of the ASPxHtmlEditor.
CustomDataCallbackFires when a round trip to the server has been initiated by a call to the client ASPxClientHtmlEditor.PerformDataCallback method.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client.
DataBindingOccurs when the server control binds to a data source. Inherited from Control.
DisposedOccurs 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.
DocumentSelectorCustomThumbnailOccurs each time before a thumbnail or a folder’s icon is created in Document Selector.
DocumentSelectorFileUploadingFires before a file is uploaded to the Document Selector and allows you to cancel the action.
DocumentSelectorFolderCreatingFires on the server side before a folder is created within the Document Selector and allows you to cancel the action.
DocumentSelectorItemCopyingFires before an item is copied within the Document Selector, and allows you to cancel the action.
DocumentSelectorItemDeletingFires before an item is deleted within the Document Selector, and allows you to cancel the action.
DocumentSelectorItemMovingFires before an item is moved within the Document Selector, and allows you to cancel the action.
DocumentSelectorItemRenamingFires before an item is renamed within the Document Selector, and allows you to cancel the action.
FlashFileSavingAllows you to process an uploaded flash file before it is saved to the server.
FlashSelectorCustomThumbnailOccurs each time before a thumbnail or a folder’s icon is created in Flash Selector.
FlashSelectorFileUploadingFires before a file is uploaded to the Flash Selector, and allows you to cancel the action.
FlashSelectorFolderCreatingFires on the server side before a folder is created within the Flash Selector and allows you to cancel the action.
FlashSelectorItemCopyingFires before an item is copied within the Flash Selector, and allows you to cancel the action.
FlashSelectorItemDeletingFires before an item is deleted within the Flash Selector, and allows you to cancel the action.
FlashSelectorItemMovingFires before an item is moved within the Flash Selector, and allows you to cancel the action.
FlashSelectorItemRenamingFires before an item is renamed within the Flash Selector, and allows you to cancel the action.
HtmlChangedOccurs after the content of the ASPxHtmlEditor has been changed.
HtmlCorrectingOccurs before the ASPxHtmlEditor ‘s HTML markup is automatically corrected based upon the HTML validation parameters specified.
ImageFileSavingAllows you to process an uploaded image file before it is saved to the server
ImageSelectorCustomThumbnailOccurs each time before a thumbnail or a folder’s icon is created in Image Selector.
ImageSelectorFileUploadingFires before a file is uploaded to the Image Selector, and allows you to cancel the action.
ImageSelectorFolderCreatingFires on the server side before a folder is created within the Image Selector and allows you to cancel the action.
ImageSelectorItemCopyingFires before an item is copied within the Image Selector, and allows you to cancel the action.
ImageSelectorItemDeletingFires before an item is deleted within the Image Selector, and allows you to cancel the action.
ImageSelectorItemMovingFires before an item is moved within the Image Selector, and allows you to cancel the action.
ImageSelectorItemRenamingFires before an item is renamed within the Image Selector, and allows you to cancel the action.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
PastedImageSavingAllows you to process and save the pasted binary image to the server.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
RtfContentPastingProcessedRaised when the copied/cut RTF content is processed on the server.
SpellCheckerCustomDictionaryLoadingOccurs when a custom spell check dictionary is being loaded into a session.
SpellCheckerWordAddedOccurs after a word is added to a custom dictionary.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.
ValidationAllows you to specify whether the ASPxHtmlEditor’s content is valid.
VideoFileSavingAllows you to process an uploaded video file before it is saved to the server.
VideoSelectorCustomThumbnailOccurs each time before a thumbnail or a folder’s icon is created in Video Selector.
VideoSelectorFileUploadingFires before a file is uploaded to the Video Selector, and allows you to cancel the action.
VideoSelectorFolderCreatingFires on the server side before a folder is created within the Video Selector and allows you to cancel the action.
VideoSelectorItemCopyingFires before an item is copied within the Video Selector, and allows you to cancel the action.
VideoSelectorItemDeletingFires before an item is deleted within the Video Selector, and allows you to cancel the action.
VideoSelectorItemMovingFires before an item is moved within the Video Selector, and allows you to cancel the action.
VideoSelectorItemRenamingFires before an item is renamed within the Video Selector, and allows you to cancel the action.

See Also

ASPxHtmlEditor Class

ASPxHtmlEditor Members

DevExpress.Web.ASPxHtmlEditor Namespace