[To be supplied.]
The following declaration shows the syntax for a method that handles the PreRequestHandlerExecute event.
[Visual Basic] Private Sub HttpApplicationName_PreRequestHandlerExecute( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] private void HttpApplicationName_PreRequestHandlerExecute( object sender, EventArgs e ); [C++] private: void HttpApplicationName_PreRequestHandlerExecute( Object* sender, EventArgs* e ); [JScript] private HttpApplicationName_PreRequestHandlerExecute( sender : Object, e : EventArgs );
Property | Description |
---|---|
|
HttpApplication Class | HttpApplication MembersTopic | System.Web Namespace