Occurs when the Preferences command has completed.
Visual Basic |
---|
Public Event OnProductPreferencesFinish() |
This event is fired when the user has requested that the dialog be displayed.
When the user clicks on the menu or toolbar button Preferences, it first generates the OnProductPreferenceStart event, then display the preferences dialog, followed by generating the OnProductPreferenceFinish event after the preferences dialog closes.