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