Interface \Prado\Web\UI\IPostBackEventHandler
IPostBackEventHandler interface
Namespace: \Prado\Web\UIIf a control wants to respond to postback event, it must implement this interface.
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
public
|
raisePostBackEvent(string $param) : mixed
Raises postback event.
The implementation of this function should raise appropriate event(s) (e.g. OnClick, OnCommand) indicating the component is responsible for the postback event. |
|