Back to Devexpress

ASPxFileManager Events

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

latest6.6 KB
Original Source

ASPxFileManager Events

A file management control.

NameDescription
AfterPerformCallbackFires after a callback or a postback initiated by the control has been processed on the server.
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.
CloudProviderRequestFires when a cloud provider sends a request to a cloud service.
CustomCallbackFires when a round trip to the server has been initiated by a call to the client ASPxClientFileManager.PerformCallback method.
CustomErrorTextEnables you to provide custom error descriptions.
CustomFileInfoDisplayTextAllows you to display the custom file information in the file tooltip and columns.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client.
CustomThumbnailOccurs each time before a thumbnail or a folder’s icon is created.
CustomTooltipAllows the tooltip for the current FileManager item to be customized.
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.
DetailsViewCustomColumnDisplayTextAllows you to specify the display text of a custom column cell.
DetailsViewCustomColumnHeaderFilterFillItemsEnables you to provide custom filter items displayed within a filter dropdown for a custom column.
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.
FileDownloadingFires on the server side before a file download starts, and allows you to cancel the action.
FilesUploadedOccurs on the server side after upload of all selected files has been completed.
FileUploadingFires on the server side before a file is uploaded, and allows you to cancel the action.
FolderCreatedOccurs on the server side after a folder has been created.
FolderCreatingFires on the server side before a folder is created 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.
ItemCopyingFires on the server side before an item is copied and allows you to cancel the action.
ItemDeletingFires on the server side before an item is deleted and allows you to cancel the action.
ItemMovingFires on the server side before an item is moved and allows you to cancel the action.
ItemRenamedOccurs on the server side after an item has been renamed.
ItemRenamingFires on the server side before an item is renamed and allows you to cancel the action.
ItemsCopiedOccurs on the server side after copying of all selected items has been completed.
ItemsDeletedOccurs on the server side after all the selected items have been deleted.
ItemsMovedOccurs on the server side after all the selected items have been moved.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
SelectedFileOpenedFires on the server side when an end-user opens a file by double-clicking it or pressing the Enter key.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.

See Also

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace