1 implementation of OnLoad
System.Web.Mobile (1)
UI\MobileControls\Adapters\ControlAdapter.cs (1)
115public virtual void OnLoad(EventArgs e){}
2 references to OnLoad
System.Web.Mobile (2)
UI\MobileControls\MobileControl.cs (1)
549Adapter.OnLoad(e);
UI\MobileControls\MobilePage.cs (1)
1045Adapter.OnLoad(e);