IPostBackEventHandler interface
If a control wants to respond to postback event, it must implement this interface.
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.