Prado\Web\UI\ActiveControls\TEventTriggeredCallback::getPreventDefaultAction PHP Method

getPreventDefaultAction() public method

public getPreventDefaultAction ( ) : boolean
return boolean true to prevent/stop default event action.
    public function getPreventDefaultAction()
    {
        return $this->getViewState('StopEvent', false);
    }