Interface \Prado\Web\UI\ActiveControls\ICallbackEventHandler
ICallbackEventHandler interface.
Namespace: \Prado\Web\UI\ActiveControlsIf a control wants to respond to callback event, it must implement this interface.
Author: Wei Zhuo <weizhuo[at]gamil[dot]com>
Since: 3.1
public
|
raiseCallbackEvent(TCallbackEventParameter $eventArgument) : mixed
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.
|
getActiveControl |