Prado\Web\UI\WebControls\TWizardNavigationEventParameter::getCancelNavigation PHP Méthode

getCancelNavigation() public méthode

public getCancelNavigation ( ) : boolean
Résultat boolean whether navigation to the next step should be canceled. Default to false.
    public function getCancelNavigation()
    {
        return $this->_cancel;
    }