System.Web.UI.IPostBackEventHandler

Defines the method ASP.NET server controls must implement to handle postback events.

See Also: IPostBackEventHandler Members

Syntax

public interface IPostBackEventHandler

Remarks

To create a server control that captures form submission information from the browser, you must implement this interface. For more information on how to use this interface, see Server Event Handling in ASP.NET Web Pages.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0