Interface \Prado\Web\UI\IBroadcastEventReceiver
IBroadcastEventReceiver interface
Namespace: \Prado\Web\UIIf a control wants to check broadcast event, it must implement this interface.
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
public
|
broadcastEventReceived(TControl $sender, TBroadcastEventParameter $param) : mixed
Handles broadcast event.
This method is invoked automatically when an event is broadcasted. Within this method, you may check the event name given in the event parameter to determine whether you should respond to this event. |
|