Prado\Web\UI\ActiveControls\ICallbackEventHandler::raiseCallbackEvent PHP 메소드

raiseCallbackEvent() 공개 메소드

Raises callback event. The implementation of this function should raise appropriate event(s) (e.g. OnClick, OnCommand) indicating the component is responsible for the callback event.
public raiseCallbackEvent ( $eventArgument )
    public function raiseCallbackEvent($eventArgument);
ICallbackEventHandler