Occurs just before the EZWizard control has moved forward to a new page.
Private Sub BeforeNext(Cancel as Boolean)
The BeforeNext event can be cancelled by setting the Cancel argument to True. It is most useful for page-level validation of user input, and/or conditional code that affects subsequent pages of the wizard.