AJH.CMS.WEB.UI.SitePathXSL_UC.OnInit C# (CSharp) Method

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);
            this.Load += new EventHandler(SitePathXSL_UC_Load);
        }
        #endregion