CK.WPF.Wizard.WizardPage.CheckCanGoBack C# (CSharp) Method

CheckCanGoBack() public method

Is called before going to the previous step of the wizard. Can be overridden to implement the test corresponding to the situation.
public CheckCanGoBack ( ) : bool
return bool
        public virtual bool CheckCanGoBack()
        {
            return true;
        }