HtmlEditorFileManager Events
A built-in file manager used to in editor media dialogs.
Name | Description |
---|---|
After |
Fires after a callback or a postback initiated by the control has been processed on the server.
Inherited from 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 |
Cloud |
Fires when a cloud provider sends a request to a cloud service.
Inherited from ASPx |
Custom |
Fires when a round trip to the server has been initiated by a call to the client ASPx |
Custom |
Enables you to provide custom error descriptions.
Inherited from ASPx |
Custom |
Allows you to display the custom file information in the file tooltip and columns.
Inherited from ASPx |
Custom |
Enables you to supply any server data that can then be parsed on the client.
Inherited from ASPx |
Custom |
Occurs each time before a thumbnail or a folder’s icon is created.
Inherited from ASPx |
Custom |
Allows the tooltip for the current File |
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 |
Details |
Allows you to specify the display text of a custom column cell.
Inherited from ASPx |
Details |
Enables you to provide custom filter items displayed within a filter dropdown for a custom column.
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. |
File |
Fires on the server side before a file download starts, and allows you to cancel the action.
Inherited from ASPx |
Files |
Occurs on the server side after upload of all selected files has been completed.
Inherited from ASPx |
File |
Fires on the server side before a file is uploaded, and allows you to cancel the action.
Inherited from ASPx |
Folder |
Occurs on the server side after a folder has been created.
Inherited from ASPx |
Folder |
Fires on the server side before a folder is created and allows you to cancel the action.
Inherited from ASPx |
Init | Occurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control. |
Item |
Fires on the server side before an item is copied and allows you to cancel the action.
Inherited from ASPx |
Item |
Fires on the server side before an item is deleted and allows you to cancel the action.
Inherited from ASPx |
Item |
Fires on the server side before an item is moved and allows you to cancel the action.
Inherited from ASPx |
Item |
Occurs on the server side after an item has been renamed.
Inherited from ASPx |
Item |
Fires on the server side before an item is renamed and allows you to cancel the action.
Inherited from ASPx |
Items |
Occurs on the server side after copying of all selected items has been completed.
Inherited from ASPx |
Items |
Occurs on the server side after all the selected items have been deleted.
Inherited from ASPx |
Items |
Occurs on the server side after all the selected items have been moved.
Inherited from ASPx |
Load | Occurs when the server control is loaded into the Page object. Inherited from Control. |
Pre |
Occurs after the Control object is loaded but prior to rendering. Inherited from Control. |
Selected |
Fires on the server side when an end-user opens a file by double-clicking it or pressing the Enter key.
Inherited from ASPx |
Unload | Occurs when the server control is unloaded from memory. Inherited from Control. |
See Also