In the current version you must inherit from Wizard and add your own logic in your overridden OnCancel method. The default behaviour is to close the form the wizard is on if it's being displayed modally.
Ready for the next release, we have added the AutoCloseModalForm property to the wizard, which can be turned off (it's true by default). You can then decide whether or not to close your form in your Cancel event handler.