5 references to EventPostUpdateRequestCache
System.Web (5)
HttpApplication.cs (5)
922add { AddSyncEventHookup(EventPostUpdateRequestCache, value, RequestNotification.UpdateRequestCache, true); }
923remove { RemoveSyncEventHookup(EventPostUpdateRequestCache, value, RequestNotification.UpdateRequestCache, true); }
1152AsyncEvents.AddHandler(EventPostUpdateRequestCache, beginHandler, endHandler, state,
2568if(HasEventSubscription(EventPostUpdateRequestCache)) {
3849app.CreateEventExecutionSteps(HttpApplication.EventPostUpdateRequestCache, steps);