Atomia.Web.Frame.MvcApplication.Application_UpdateRequestCache C# (CSharp) Метод

Application_UpdateRequestCache() защищенный Метод

Handles the UpdateRequestCache event of the Application control.
protected Application_UpdateRequestCache ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void
        protected void Application_UpdateRequestCache(object sender, EventArgs e)
        {
            if (this.HandlerClass != null)
            {
                this.HandlerClass.Application_UpdateRequestCache(sender, e);
            }
        }