Habanero.Faces.VWG.WizardFormVWG.WizardFormGiz_Closing C# (CSharp) Method

WizardFormGiz_Closing() private method

private WizardFormGiz_Closing ( object sender, System e ) : void
sender object
e System
return void
        void WizardFormGiz_Closing(object sender, System.ComponentModel.CancelEventArgs e)
        {
            //TODO: should follow pattern of checking dirty status and if dirty ask user
            this._wizardController.CancelWizard();
        }