dahall / AeroWizard

Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
MIT License
112 stars 32 forks source link

Confirmation on Cancel Button Press #16

Closed dahall closed 6 years ago

dahall commented 6 years ago

I can't seem to find a way to get confirmation from the user if they click Cancel? It's a bit frustrating if they've been through 5 pages of entry only to hit cancel and loose it all. I was hoping to add a confirmation question to an Event but I can't seem to find anything that will fit the bill.

Originally posted: 2012-01-06T11:09:10

dahall commented 6 years ago

In the latest source code drop (64748) and in the future 1.2 release I have obsoleted the Cancelled event and added a replacement Cancelling event that will allow you to prompt and then optionally disable the cancellation. Attached the the current build with the enhancement.

Originally posted: 2012-01-06T11:11:46

dahall commented 6 years ago

Wow, thanks for the fast reply!

I've just updated my project with the new DLL and it works brilliantly.

Originally posted: 2012-01-09T03:49:51

dahall commented 6 years ago

Originally posted: 2012-01-06T11:11:54