HttpApplication::PostRequestHandlerExecute Event

 

Occurs when the ASP.NET event handler (for example, a page or an XML Web service) finishes execution.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
event EventHandler^ PostRequestHandlerExecute {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

For more information about how to handle events, see NIB: Consuming Events.

.NET Framework
Available since 1.1
Return to top
Show: