Base:
method
OnInit
System.Web.UI.Control.OnInit(System.EventArgs)
2 overrides of OnInit
System.Web.Mobile (2)
UI\MobileControls\BaseValidator.cs (1)
207protected override void OnInit(EventArgs e)
UI\MobileControls\Panel.cs (1)
123protected override void OnInit(EventArgs e)
2 references to OnInit
System.Web.Mobile (2)
UI\MobileControls\BaseValidator.cs (1)
212base.OnInit(e);
UI\MobileControls\Panel.cs (1)
125base.OnInit(e);