Prado\Web\UI\WebControls\TWizardNavigationEventParameter::getCancelNavigation PHP Method

getCancelNavigation() public method

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