Is there an easy way to make the Wizard or WizardDialog prompt the user with "Are you sure you want to cancel the wizard?"
I looked at the Wizard's CancelButtonClick event, but there's no way to cancel that event if the user changes his mind.
I also tried capturing the Dialog's FormClosing event (which seemed to work OK for Cancel or dialog closure), but then my warning dialog fires even when the user completes the wizard and clicks the Finish button.
Am I overlooking something? Thanks!
I looked at the Wizard's CancelButtonClick event, but there's no way to cancel that event if the user changes his mind.
I also tried capturing the Dialog's FormClosing event (which seemed to work OK for Cancel or dialog closure), but then my warning dialog fires even when the user completes the wizard and clicks the Finish button.
Am I overlooking something? Thanks!