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

CheckCanGoFurther() public method

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