React FileManager Events

This section describes events that the FileManager UI component raises.

See Also

contentReady

Raised when the UI component's content is ready.

Type:

Event

Main article: onContentReady.

See Also

contextMenuItemClick

Raised when a context menu item is clicked.

Type:

Event

Main article: onContextMenuItemClick

currentDirectoryChanged

Raised when the current directory is changed.

Type:

Event

disposing

Raised before the UI component is disposed of.

Type:

Event

Main article: onDisposing

See Also

errorOccurred

Raised when an error occurs during file processing.

Type:

Event

Main article: onErrorOccurred

focusedItemChanged

Raised when the focused item is changed.

Type:

Event

Main article: onFocusedItemChanged

initialized

Raised only once, after the UI component is initialized.

Type:

Event

Main article: onInitialized

See Also

optionChanged

Raised after a UI component property is changed.

Type:

Event

Main article: onOptionChanged

See Also

selectedFileOpened

Raised when the selected file is opened.

Type:

Event

Main article: onSelectedFileOpened

selectionChanged

Raised when a file system item is selected or selection is canceled.

Type:

Event

Main article: onSelectionChanged

toolbarItemClick

Raised when a toolbar item is clicked.

Type:

Event

Main article: onToolbarItemClick