FileDialogEvents.OnOptions Event
Parent Object: FileDialogEventsDescription
Event that fires when the user clicks the Options button on the file dialog. This event can be used to put up customized option pages.
Syntax
FileDialogEvents.OnOptions( Context As NameValueMap, HandlingCode As HandlingCodeEnum )Parameters
Name | Type | Description |
Context | NameValueMap | Output NameValueMap object that can be used to determine the context of why the event fired. This argument is currently empty. |
HandlingCode | HandlingCodeEnum | Output that indicates how you are handling the event. |