This section describes events that the FileManager UI component raises.
Raised when the UI component's content is ready.
Event
Main article: onContentReady.
Raised when a context menu item is clicked.
Main article: onContextMenuItemClick
Raised before the context menu is displayed.
Main article: onContextMenuShowing
Raised when the current directory is changed.
Main article: onCurrentDirectoryChanged
Raised before the UI component is disposed of.
Main article: onDisposing
Raised when an error occurs during file processing.
Main article: onErrorOccurred
Raised when the focused item is changed.
Main article: onFocusedItemChanged
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised after a UI component property is changed.
Main article: onOptionChanged
Raised when the selected file is opened.
Main article: onSelectedFileOpened
Raised when a file system item is selected or selection is canceled.
Main article: onSelectionChanged
Raised when a toolbar item is clicked.
Main article: onToolbarItemClick