JavaScript/jQuery FileManager Events
This section describes events that the FileManager UI component raises.
See Also
contentReady
Raised when the UI component is rendered and each time the component is repainted.
Event
Main article: onContentReady.
See Also
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
directoryCreating
Raised before a directory is created.
Event
Main article: onDirectoryCreating
disposing
Raised before the UI component is disposed of.
Event
Main article: onDisposing
See Also
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
initialized
Raised only once, after the UI component is initialized.
Event
Main article: onInitialized
See Also
optionChanged
Raised after a UI component property is changed.
Event
Main article: onOptionChanged
See Also
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.