2 overrides of OnPagePreLoad
System.Web (2)
UI\WebControls\DataBoundControl.cs (1)
406protected override void OnPagePreLoad(object sender, EventArgs e) {
UI\WebControls\HierarchicalDataBoundControl.cs (1)
175protected override void OnPagePreLoad(object sender, EventArgs e) {
4 references to OnPagePreLoad
System.Web (4)
UI\WebControls\BaseDataBoundControl.cs (2)
256Page.PreLoad += new EventHandler(this.OnPagePreLoad); 267Page.PreLoad -= new EventHandler(this.OnPagePreLoad);
UI\WebControls\DataBoundControl.cs (1)
407base.OnPagePreLoad(sender, e);
UI\WebControls\HierarchicalDataBoundControl.cs (1)
176base.OnPagePreLoad(sender, e);