Todo List
If a components wants to respond to postback event, it must implement IPostBackEventHandler.
void raisePostBackEvent( string $param)
The implementation of this function should raise appropriate event(s) (e.g. OnClick, OnCommand) indicating the component is responsible for the postback event.