Habanero.Faces.Win.WizardStepWin.CancelStep C# (CSharp) Method

CancelStep() public method

Provides an interface for the developer to implement functionality to cancel all edits made as part of this wizard step. The default wizard controller functionality is to call all wizard steps cancelStep methods when its Cancel method is called on the Wizard Controller (i.e. typically when Cancel Button is selected.
public CancelStep ( ) : void
return void
        public virtual void CancelStep()
        {   
        }