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