7 overrides of OnUnload
System.Web (2)
UI\WebControls\BaseValidator.cs (1)
570
protected internal override void
OnUnload
(EventArgs e) {
UI\WebParts\WebPartManager.cs (1)
3654
protected internal override void
OnUnload
(EventArgs e) {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSource.cs (1)
1112
protected override void
OnUnload
(EventArgs e)
System.Web.Extensions (2)
UI\UpdatePanel.cs (1)
358
protected internal override void
OnUnload
(EventArgs e) {
UI\WebControls\LinqDataSource.cs (1)
562
protected internal override void
OnUnload
(EventArgs e) {
System.Web.Mobile (2)
UI\MobileControls\MobileControl.cs (1)
589
protected override void
OnUnload
(EventArgs e)
UI\MobileControls\MobilePage.cs (1)
1087
protected override void
OnUnload
(EventArgs e)
10 references to OnUnload
System.Web (5)
UI\Control.cs (1)
2711
OnUnload
(EventArgs.Empty);
UI\ControlAdapter.cs (1)
107
Control.
OnUnload
(e);
UI\LiteralControl.cs (1)
115
OnUnload
(EventArgs.Empty);
UI\WebControls\BaseValidator.cs (1)
574
base.
OnUnload
(e);
UI\WebParts\WebPartManager.cs (1)
3655
base.
OnUnload
(e);
System.Web.Entity (1)
System\Data\WebControls\EntityDataSource.cs (1)
1114
base.
OnUnload
(e);
System.Web.Extensions (2)
UI\UpdatePanel.cs (1)
363
base.
OnUnload
(e);
UI\WebControls\LinqDataSource.cs (1)
563
base.
OnUnload
(e);
System.Web.Mobile (2)
UI\MobileControls\MobileControl.cs (1)
591
base.
OnUnload
(e);
UI\MobileControls\MobilePage.cs (1)
1089
base.
OnUnload
(e);