BeforeNext Event

Occurs just before the EZWizard control has moved forward to a new page.

Syntax:

Private Sub BeforeNext(Cancel as Boolean)

Remarks:

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.

See Also: AfterNext Event
AfterBack Event
BeforeBack Event
PageChanged Event