Skip to content

Back button doesn't trigger event handler #5

@lucija1

Description

@lucija1

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions