What is the recommended way to handle validation for each page in the Wizard?
The Validating event for the Wizard itself does not fire for each page change, only when the form is closing. I could perform validation on SelectedPageChanging, but then I have to branch to multiple routines depending on which page the wizard was on. This method works fine, but ideally, each page itself had its own Validating event. Or each page had a cancellable "Moving" event with arguments that indicated which way it was going.
Thoughts?
The Validating event for the Wizard itself does not fire for each page change, only when the form is closing. I could perform validation on SelectedPageChanging, but then I have to branch to multiple routines depending on which page the wizard was on. This method works fine, but ideally, each page itself had its own Validating event. Or each page had a cancellable "Moving" event with arguments that indicated which way it was going.
Thoughts?