Prado\Web\UI\ActiveControls\ICallbackEventHandler::raiseCallbackEvent PHP Méthode

raiseCallbackEvent() public méthode

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