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

Member Table: Editing Items

  • 2 minutes to read

Server Events

Member Description
ASPxFileManager.FileUploading Fires on the server side before a file is uploaded, and allows you to cancel the action.
ASPxFileManager.FolderCreating Fires on the server side before a folder is created and allows you to cancel the action.
ASPxFileManager.ItemDeleting Fires on the server side before an item is deleted and allows you to cancel the action.
ASPxFileManager.ItemMoving Fires on the server side before an item is moved and allows you to cancel the action.
ASPxFileManager.ItemRenaming Fires on the server side before an item is renamed and allows you to cancel the action.

Client Events

Members Description
ASPxClientFileManager.FileUploaded Occurs on the client side after a file has been uploaded.
ASPxClientFileManager.FileUploading Obsolete. Fires on the client side before a file upload starts, and allows you to cancel the action.
ASPxClientFileManager.FolderCreated Occurs on the client side after a folder has been created.
ASPxClientFileManager.FolderCreating Fires on the client side before the folder is created, and allows you to cancel the action.
ASPxClientFileManager.ItemDeleted Occurs on the client side after a file manager’s item has been deleted.
ASPxClientFileManager.ItemDeleting Fires on the client side before an item is deleted and allows you to cancel the action.
ASPxClientFileManager.ItemMoved Occurs on the client side after a file manager’s item has been moved.
ASPxClientFileManager.ItemMoving Fires on the client side before an item is moved and allows you to cancel the action.
ASPxClientFileManager.ItemRenamed Occurs on the client side after a file manager’s item has been renamed.
ASPxClientFileManager.ItemRenaming Fires on the client side before an item is renamed and allows you to cancel the action.