Carrotware.CMS.UI.Controls.SearchBox.OnInit C# (CSharp) Метод

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

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);

            if (SearchTemplate == null) {
                SearchTemplate = new DefaultSearchBoxForm();
            }
        }