dahall / AeroWizard

Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
MIT License
112 stars 32 forks source link

Wizard Page Controls Validation #79

Closed dahall closed 5 years ago

dahall commented 5 years ago

How do I detect a 'Next' page click so that I may do some validation on the controls before going on to the next page? For example if there is a text box that asks for email address,how can I validate that and not let the user go on to the next page until that requirement is satisfied?

Thanks!

Originally posted: 2017-08-02T10:58:39

dahall commented 5 years ago

In the Documentation, check out the section on page Commits.

Originally posted: 2017-09-28T09:32:40