Canvas.CanvasMenu.ApplicationStarted C# (CSharp) Method

ApplicationStarted() protected method

protected ApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void
umbracoApplication Umbraco.Core.UmbracoApplicationBase
applicationContext Umbraco.Core.ApplicationContext
return void
        protected override void ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext)
        {
            //Listen for the ApplicationInit event which then allows us to bind to the
            //HttpApplication events.
            //TreeControllerBase.MenuRendering += TreeControllerBase_MenuRendering;
        }