Dear Sir/Madam,
I'm would like to know if it is possible to execute a method after the Wizard Page gets displayed.
I find how to do it before it gets displayed, which is by using the Selected event or by the SelectedPageChanged, but can't find anything after it gets displayed.
What I want to achieve is when a user clicks Next button, the next wizard page starts a process, instead of clicking a start process button.
Could this be done? And if so, how can I do it?
I'm using Wizard WPF component.
Thanks in advance!