-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
I have an issue with the back button event handler. I want to disable the finish button when I click the back button but when debugging I found that my program doesn't even enter the back button event handler function, but it works fine for other buttons.
this.advancedWizard1.Back += new System.EventHandler(this.AdvancedWizard1_Back);
private void AdvancedWizard1_Back(object sender, EventArgs e)
{
advancedWizard1.FinishButtonEnabled = false;
}
Metadata
Metadata
Assignees
Labels
No labels