ASPxRichEdit Events
A rich text editor.
Name | Description |
---|---|
Calculate |
Fires when the DOCVARIABLE field field is updated. |
Callback |
Fires when a round trip to the server has been initiated either manually (by a call to the client ASPx |
Callback |
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 ASPx |
Customize |
Fires when the ‘Insert Merge Field’ command button is clicked, and enables you to customize a drop-down field list. |
Custom |
Enables you to supply any server data that can then be parsed on the client. |
Data |
Occurs when the server control binds to a data source. Inherited from Control. |
Data |
Occurs after the server control binds to the data source.
Inherited from ASPx |
Disposed |
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP. |
Document |
Fires before a file is uploaded to the Document Selector and allows you to cancel the action. |
Document |
Fires on the server side before a folder is created within the File |
Document |
Fires before an item is copied within the Document Selector, and allows you to cancel the action. |
Document |
Fires before an item is deleted within the File |
Document |
Fires before an item is moved within the File |
Document |
Fires before an item is renamed within the File |
Init | Occurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control. |
Insert |
Fires when the client Rich |
Load | Occurs when the server control is loaded into the Page object. Inherited from Control. |
Pdf |
Allows you to save the exported PDF document. |
Pre |
Occurs after the Control object is loaded but prior to rendering. Inherited from Control. |
Saving | Allows you to implement custom saving logic. |
Spell |
Occurs after a word is added to a custom dictionary. |
Unload | Occurs when the server control is unloaded from memory. Inherited from Control. |
See Also