System.Web.HttpApplication.PostAcquireRequestState Event

Occurs when the request state (for example, session state) that is associated with the current request has been obtained.

Syntax

public event EventHandler PostAcquireRequestState

Remarks

The HttpApplication.PostAcquireRequestState event is raised after the HttpApplication.AcquireRequestState event has occurred. Functionality that subscribes to the HttpApplication.AcquireRequestState event can access any data that is processed by the HttpApplication.PostAcquireRequestState.

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

Requirements

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