System.Web.UI.UpdatePanel.OnInit C# (CSharp) 메소드

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void
		protected internal override void OnInit (EventArgs e) {
			base.OnInit (e);

			ScriptManager.RegisterUpdatePanel (this);
			if (ParentPanel != null)
				ScriptManager.RegisterChildUpdatePanel (this);
			
			if (ContentTemplate != null)
				ContentTemplate.InstantiateIn (ContentTemplateContainer);
		}