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

RichEditFileManager Events

For internal use only.
Name Description
AfterPerformCallback Fires after a callback or a postback initiated by the control has been processed on the server. Inherited from ASPxFileManager.
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.
CloudProviderRequest Fires when a cloud provider sends a request to a cloud service. Inherited from ASPxFileManager.
CustomCallback Fires when a round trip to the server has been initiated by a call to the client ASPxClientFileManager.PerformCallback method. Inherited from ASPxFileManager.
CustomErrorText Enables you to provide custom error descriptions. Inherited from ASPxFileManager.
CustomFileInfoDisplayText Allows you to display the custom file information in the file tooltip and columns. Inherited from ASPxFileManager.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client. Inherited from ASPxFileManager.
CustomThumbnail Occurs each time before a thumbnail or a folder’s icon is created. Inherited from ASPxFileManager.
CustomTooltip Allows the tooltip for the current FileManager item to be customized. Inherited from ASPxFileManager.
DataBinding Occurs when the server control binds to a data source. Inherited from Control.
DataBound Occurs after the server control binds to the data source. Inherited from ASPxDataWebControlBase.
DetailsViewCustomColumnDisplayText Allows you to specify the display text of a custom column cell. Inherited from ASPxFileManager.
DetailsViewCustomColumnHeaderFilterFillItems Enables you to provide custom filter items displayed within a filter dropdown for a custom column. Inherited from ASPxFileManager.
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.
FileDownloading Fires on the server side before a file download starts, and allows you to cancel the action. Inherited from ASPxFileManager.
FilesUploaded Occurs on the server side after upload of all selected files has been completed. Inherited from ASPxFileManager.
FileUploading Fires on the server side before a file is uploaded, and allows you to cancel the action. Inherited from ASPxFileManager.
FolderCreated Occurs on the server side after a folder has been created. Inherited from ASPxFileManager.
FolderCreating Fires on the server side before a folder is created and allows you to cancel the action. Inherited from ASPxFileManager.
Init Occurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
ItemCopying Fires on the server side before an item is copied and allows you to cancel the action. Inherited from ASPxFileManager.
ItemDeleting Fires on the server side before an item is deleted and allows you to cancel the action. Inherited from ASPxFileManager.
ItemMoving Fires on the server side before an item is moved and allows you to cancel the action. Inherited from ASPxFileManager.
ItemRenamed Occurs on the server side after an item has been renamed. Inherited from ASPxFileManager.
ItemRenaming Fires on the server side before an item is renamed and allows you to cancel the action. Inherited from ASPxFileManager.
ItemsCopied Occurs on the server side after copying of all selected items has been completed. Inherited from ASPxFileManager.
ItemsDeleted Occurs on the server side after all the selected items have been deleted. Inherited from ASPxFileManager.
ItemsMoved Occurs on the server side after all the selected items have been moved. Inherited from ASPxFileManager.
Load Occurs when the server control is loaded into the Page object. Inherited from Control.
PreRender Occurs after the Control object is loaded but prior to rendering. Inherited from Control.
SelectedFileOpened Fires on the server side when an end-user opens a file by double-clicking it or pressing the Enter key. Inherited from ASPxFileManager.
Unload Occurs when the server control is unloaded from memory. Inherited from Control.
See Also