PHP 인터페이스 Prado\Web\UI\IPostBackEventHandler

If a control wants to respond to postback event, it must implement this interface.
부터: 3.0
저자: Qiang Xue ([email protected])
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
raisePostBackEvent ( $param ) Raises postback event.

메소드 상세

raisePostBackEvent() 공개 메소드

The implementation of this function should raise appropriate event(s) (e.g. OnClick, OnCommand) indicating the component is responsible for the postback event.
public raisePostBackEvent ( $param )