System
[ class tree: System ] [ index: System ] [ all elements ]

Class: IPostBackEventHandler

Source Location: /classes.php

Interface Overview


IPostBackEventHandler interface

Class Details

[line 147]
IPostBackEventHandler interface

If a components wants to respond to postback event, it must implement IPostBackEventHandler.




version:  v1.0, last update on 2004/08/13 21:44:52
author:  Qiang Xue <qiang.xue@gmail.com>


[ Top ]

Methods



Class Methods


method raisePostBackEvent [line 155]

void raisePostBackEvent( string $param)

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.




access:  public


Parameters:

string   $param   the parameter associated with the postback event

[ Top ]


© 2004-2005 PRADO Software Group. All Rights Reserved.