ASPxFileManager Events
A file management control.
Name | Description |
---|---|
After |
Fires after a callback or a postback initiated by the control has been processed on the server. |
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. |
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. |
Custom |
Allows you to display the custom file information in the file tooltip and columns. |
Custom |
Enables you to supply any server data that can then be parsed on the client. |
Custom |
Occurs each time before a thumbnail or a folder’s icon is created. |
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. |
Details |
Enables you to provide custom filter items displayed within a filter dropdown for a custom column. |
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. |
Files |
Occurs on the server side after upload of all selected files has been completed. |
File |
Fires on the server side before a file is uploaded, and allows you to cancel the action. |
Folder |
Occurs on the server side after a folder has been created. |
Folder |
Fires on the server side before a folder is created and allows you to cancel the action. |
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. |
Item |
Fires on the server side before an item is deleted and allows you to cancel the action. |
Item |
Fires on the server side before an item is moved and allows you to cancel the action. |
Item |
Occurs on the server side after an item has been renamed. |
Item |
Fires on the server side before an item is renamed and allows you to cancel the action. |
Items |
Occurs on the server side after copying of all selected items has been completed. |
Items |
Occurs on the server side after all the selected items have been deleted. |
Items |
Occurs on the server side after all the selected items have been moved. |
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. |
Unload | Occurs when the server control is unloaded from memory. Inherited from Control. |
See Also