Explore Features > Client Events |
The following table lists the client-side events available in FileExplorer:
Event | Description |
---|---|
OnClientItemPasting | The event fired before an item is copied in the new destination directory. |
OnClientItemDeleting | The event fired before deleting a folder. |
OnClientFileOpened | The event fired after a file is opened. |
OnClientFiltered | The event fired after firing. |
OnClientFolderChanged | The event fired after current active folder is changed. |
OnClientFolderLoaded | The event fired after a folder content is loaded. |
OnClientItemSelected | The event fired after the node is selected. |
OnClientItemMoved | The event fired after an item is moved. |
OnClientNewFolderCreated | The event fired after a new folder is created. |