Prado\Web\UI\ActiveControls\ICallbackEventHandler::raiseCallbackEvent PHP Method

raiseCallbackEvent() public method

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