Occurs when the user selects the menu or toolbar Register command.
Visual Basic |
---|
Public Event OnProductPreferencesStart() |
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.