PHP 인터페이스 Prado\Web\UI\ActiveControls\ICallbackEventHandler

If a control wants to respond to callback event, it must implement this interface.
부터: 3.1
파일 보기 프로젝트 열기: pradosoft/prado 0 사용 예제들

공개 메소드들

메소드 설명
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 )