PHP Интерфейс Prado\Web\UI\ActiveControls\ICallbackEventHandler

If a control wants to respond to callback event, it must implement this interface.
С версии: 3.1
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
raiseCallbackEvent ( $eventArgument ) 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.

Описание методов

raiseCallbackEvent() публичный Метод

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 )