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

The Finished event is being called twice #45

Closed dahall closed 5 years ago

dahall commented 5 years ago

Hi,

Not sure why I am seeing this. For some reason, the Finished event is being called twice.

Is this expected behavior?

I need to open a file when the user chooses the Finish button to close the wizard.

Thanks,

Javid

Originally posted: 2012-08-15T09:49:40

dahall commented 5 years ago

Never mind,

Figured it out. I was adding the event twice one during initialization and the other one was auto generated in the designer file. Taking one out fixes the issue.

Javid

Originally posted: 2012-08-15T10:00:35