Parent Object: FileUIEvents
Fires when a file is selected from the MRU list to open.
| Name | Type | Description |
| FullFileName | String | The full filename of the file to open. This must be an existing valid file and the HandlingCode must be set to kEventHandled in order to override the standard open behavior. |
| Context | NameValueMap | Input object that can be used to determine the context of why the event fired. No context information is provided for this event. See Remarks for valid NameValueMap values. |
| HandlingCode | HandlingCodeEnum | Output that indicates how you are handling the event. Can supply any of the following three values\: * kEventNotHandled\: Inventor continues with its standard behavior and displays the "Open" dialog to allow the end-user to select a \file. * kEventHandled\: Indicates that the client is handling getting the filename. Requires that the client also set the FileName argument. * kEventCanceled\: Cancels the operation. |