Applies To: | BrowseBox | FileBox |
Description
If enabled, this event is reported when a FileBox is closed because the user has pressed the "Cancel" button or closed it.
The event message reported as the result of ⎕DQ, or supplied as the right argument to your callback function, is a 3-element vector as follows :
[1] | Object | ref or character vector |
[2] | Event | 'FileBoxCancel' or 72 |
[3] | File name | character vector containing the name of the currently selected file (empty if none) |