Back to Devexpress

BootstrapRichEdit Events

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstraprichedit-dot-underscore-events.md

latest7.3 KB
Original Source

BootstrapRichEdit Events

A rich text editor control.

NameDescription
CalculateDocumentVariableFires when the DOCVARIABLE field field is updated. Inherited from ASPxRichEdit.
CallbackFires when a round trip to the server has been initiated either manually (by a call to the client ASPxClientRichEdit.PerformCallback method) or automatically by the ASPxRichEdit (an internal service callback). Inherited from ASPxRichEdit.
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.
CustomizeMergeFieldsFires when the ‘Insert Merge Field’ command button is clicked, and enables you to customize a drop-down field list. Inherited from ASPxRichEdit.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client. Inherited from ASPxRichEdit.
DataBindingOccurs when the server control binds to a data source. Inherited from Control.
DataBoundOccurs after the server control is bound to a data source. Inherited from ASPxDataWebControlBase.
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.
DocumentSelectorFileUploadingFires before a file is uploaded to the Document Selector and allows you to cancel the action. Inherited from ASPxRichEdit.
DocumentSelectorFolderCreatingFires on the server side before a folder is created within the FileManager (a document selector) embedded into built-in file dialogs, and allows you to cancel the action. Inherited from ASPxRichEdit.
DocumentSelectorItemCopyingFires before an item is copied within the Document Selector, and allows you to cancel the action. Inherited from ASPxRichEdit.
DocumentSelectorItemDeletingFires before an item is deleted within the FileManager embedded into built-in file dialogs, and allows you to cancel the action. Inherited from ASPxRichEdit.
DocumentSelectorItemMovingFires before an item is moved within the FileManager embedded into built-in file dialogs, and allows you to cancel the action. Inherited from ASPxRichEdit.
DocumentSelectorItemRenamingFires before an item is renamed within the FileManager embedded into built-in file dialogs, and allows you to cancel the action. Inherited from ASPxRichEdit.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
InsertContentToClientFires when the client RichEditCommands.insertContentFromServer command is executed. Inherited from ASPxRichEdit.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
PdfExportedAllows you to save the exported PDF document. Inherited from ASPxRichEdit.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
SavingAllows you to implement custom saving logic. Inherited from ASPxRichEdit.
SpellCheckerWordAddedOccurs after a word is added to a custom dictionary. Inherited from ASPxRichEdit.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.

See Also

BootstrapRichEdit Class

BootstrapRichEdit Members

DevExpress.Web.Bootstrap Namespace