Occurs as the first event in the HTTP pipeline chain of execution when ASP.NET responds to a request.
[Visual Basic]
Public Event BeginRequest As EventHandler
[C#]
public event EventHandler BeginRequest;
[C++]
public: __event EventHandler* BeginRequest;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
Event Data
The event handler receives an argument of type EventArgs.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpApplication Class | HttpApplication Members | System.Web Namespace