OnWizardNext()
Called by the framework when the user clicks on the Next button
in a wizard.
Comments
Note - If you provide a handler, you must call the underlying MFC method (PyCPropertyPage::OnWizardNext) yourself
See Also
PyCPropertyPage::OnWizardNext
Return Value
Return 0 to automatically advance to the next page; -1 to prevent the page from changing. To jump to
a page other than the next one, return the identifier of the dialog to be displayed.