# Events
NioFileChooser emits the following events:
# browseClicked
Emits when the "browse files" button is clicked.
# actionClicked
Emits when the action button is clicked. Useful for initiating file processing logic in the parent component.
# cancelClicked
Emits when the "cancel" button is clicked during file processing (when state = "inProgress")
# cancelSelection
Emits when the red X is clicked after a file is selected and NioFileChooser discards the selection and sets state back to "initial".
# changed(files)
Emits the currently selected files object whenever the user changes the selection.