There does not seem to be an OnNext event for the Wizard even though one exists for Finish, Cancle, and Help. How should this event be handled?
For example, I would like know when the user clicks the next button so that I may update the state of the wizard based off the input on the current page. I do not care what the current page is or next page because I am simple enabling or disabling each page based of the state of the wizard to get the desired path I want. The idea is that as long as the pages are in order in the xaml and the wizard knows to skip disabled pages, I can change the path the wizard takes by enabling and disabling pages. This requires that I do the enabling before the wizard decides which page should be next when the next button is clicked. Is there an event that will allow me to do this?
Any help is greatly appreciated.
Thanks.
For example, I would like know when the user clicks the next button so that I may update the state of the wizard based off the input on the current page. I do not care what the current page is or next page because I am simple enabling or disabling each page based of the state of the wizard to get the desired path I want. The idea is that as long as the pages are in order in the xaml and the wizard knows to skip disabled pages, I can change the path the wizard takes by enabling and disabling pages. This requires that I do the enabling before the wizard decides which page should be next when the next button is clicked. Is there an event that will allow me to do this?
Any help is greatly appreciated.
Thanks.