5 references to EventPreRequestHandlerExecute
System.Web (5)
HttpApplication.cs (5)
888add { AddSyncEventHookup(EventPreRequestHandlerExecute, value, RequestNotification.PreExecuteRequestHandler); } 889remove { RemoveSyncEventHookup(EventPreRequestHandlerExecute, value, RequestNotification.PreExecuteRequestHandler); } 1107AsyncEvents.AddHandler(EventPreRequestHandlerExecute, beginHandler, endHandler, state, 2547if(HasEventSubscription(EventPreRequestHandlerExecute)) { 3841app.CreateEventExecutionSteps(HttpApplication.EventPreRequestHandlerExecute, steps);