Prado\Web\UI\ActiveControls\TEventTriggeredCallback::setEventName PHP Méthode

setEventName() public méthode

Sets the client-side event name that fires the callback request.
public setEventName ( $value )
    public function setEventName($value)
    {
        $this->setViewState('EventName', $value, '');
    }