AJH.CMS.WEB.UI.Admin.FrmProductSearch.OnInit C# (CSharp) Метод

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

protected OnInit ( System e ) : void
e System
Результат void
        protected override void OnInit(System.EventArgs e)
        {
            this.Load += new System.EventHandler(FrmProductSearch_Load);
            this.ibtnDelete.Click += new System.Web.UI.ImageClickEventHandler(ibtnDelete_Click);
            this.ibtnAdd.Click += new System.Web.UI.ImageClickEventHandler(ibtnAdd_Click);
            this.gvProduct.RowCommand += new GridViewCommandEventHandler(gvProduct_RowCommand);
            this.gvProduct.PageIndexChanging += new GridViewPageEventHandler(gvProduct_PageIndexChanging);
            this.btnSearch.Click += new EventHandler(btnSearch_Click);
            base.OnInit(e);
        }