NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IPostBackEventHandler Interface

Defines the contract that controls must implement in order to handle low-level post back events.

IPostBackEventHandler

[Visual Basic]
Public Interface IPostBackEventHandler
[C#]
public interface IPostBackEventHandler
[C++]
public __gc __interface IPostBackEventHandler

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IPostBackEventHandler

Class Description
Button [To be supplied.]
Calendar [To be supplied.]
HtmlAnchor The HtmlAnchor class defines the methods, properties, and events for the HtmlAnchor control. This class allows programmatic access to the HTML <a> element on the server.
HtmlButton The HtmlButton class defines the methods, properties and events for the HtmlButton control. This class allows programmatic access to the HTML <button> element on the server.
HtmlInputButton The HtmlInputButton class defines the methods, properties, and events for the HTML Input Button control. This class allows programmatic access to the HTML <input type= button>, <input type= submit>,and <input type= reset> elements on the server.
HtmlInputImage The HtmlInputImage class defines the methods, properties and events for the HtmlInputImage control. This class allows programmatic access to the HTML <input type= image> element on the server.
ImageButton [To be supplied.]
LinkButton [To be supplied.]

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI

Assembly: System.Web.dll

See Also

IPostBackEventHandler Members | System.Web.UI Namespace