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

MoveOn() public method

Does any actions involved in this wizard step when you move on to the next wizard step. E.g. Updates any Objects from User interface controls.
public MoveOn ( ) : void
return void
        public virtual void MoveOn()
        {
            //Do Nothing
        }