Prado\Web\UI\ActiveControls\TEventTriggeredCallback::setEventName PHP Метод

setEventName() публичный Метод

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