| Overridables |
|
| OnSetActive |
Called by the framework when the current page becomes active. |
| OnKillActive |
Called by the framework when the current page is no longer active. |
| OnApply |
Called by the framework when the user clicks the Apply Now button is clicked while using a wizard-type property sheet. |
| OnReset |
Called by the framework when the user clicks the Reset button is clicked while using a wizard-type property sheet. |
| OnQueryCancel |
Called by the framework when the user clicks the Cancel button is clicked and before the cancel has taken place. |
| OnWizardBack |
Called by the framework when the user clicks the Back button is clicked while using a wizard-type property sheet. |
| OnWizardNext |
Called by the framework when the user clicks the Next button is clicked while using a wizard-type property sheet. |
| OnWizardFinish |
Called by the framework when the user clicks the Finish button is clicked while using a wizard-type property sheet. |
| OnHelp |
Called by the framework when the user clicks the Help button while using a wizard-type property sheet. |