1 implementation of OnInit
System.Web.Mobile (1)
UI\MobileControls\Adapters\ControlAdapter.cs (1)
113public virtual void OnInit(EventArgs e){}
2 references to OnInit
System.Web.Mobile (2)
UI\MobileControls\MobileControl.cs (1)
485Adapter.OnInit(e);
UI\MobileControls\MobilePage.cs (1)
1026Adapter.OnInit(e);