JavaScript/jQuery FileManager Events
This section describes events that the FileManager UI component raises.
contextMenuItemClick
Raised when a context menu item is clicked.
Event
Main article: onContextMenuItemClick
contextMenuShowing
Raised before the context menu is displayed.
Event
Main article: onContextMenuShowing
currentDirectoryChanged
Raised when the current directory is changed.
Event
Main article: onCurrentDirectoryChanged
errorOccurred
Raised when an error occurs during file processing.
Event
Main article: onErrorOccurred
focusedItemChanged
Raised when the focused item is changed.
Event
Main article: onFocusedItemChanged
selectedFileOpened
Raised when the selected file is opened.
Event
Main article: onSelectedFileOpened
selectionChanged
Raised when a file system item is selected or selection is canceled.
Event
Main article: onSelectionChanged
toolbarItemClick
Raised when a toolbar item is clicked.
Event
Main article: onToolbarItemClick
If you have technical questions, please create a support ticket in the DevExpress Support Center.