Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

PopupWindow Events

A pop-up Window used in ASP.NET Web applications.
Name Description
Closed Occurs after the current popup window is closed.
ControlsCreating Occurs before creating controls for the WebWindow‘s Web Forms page. Inherited from WebWindow.
CustomRegisterTemplateDependentScripts Occurs when ASP.NET Template’s scripts are registered. Inherited from WebWindow.
Disposed Occures after the current Frame has been disposed of. Inherited from Frame.
Disposing Occurs when the current Frame is disposed of. Inherited from Frame.
PagePreRender Occurs after the WebWindow‘s Web Forms page is loaded, but prior to rendering. Inherited from WebWindow.
ProcessActionContainer Occurs when the Action Containers displayed in the current Frame are changed. Inherited from Frame.
ProcessPreRenderCompleted Inherited from WebWindow.
TemplateChanged Occurs after setting a Template for a Frame. Inherited from Frame.
TemplateChanging Occurs before a Template is set for a Frame. Inherited from Frame.
TemplateModelSaving Occurs before synchronizing information on a Frame‘s Template. Inherited from Frame.
TemplateViewChanged Occurs after a template is changed and a View is set for it. Inherited from Frame.
ViewChanged Occurs after setting a View for a Frame. Inherited from Frame.
ViewChanging Occurs before setting a View for a Frame. Inherited from Frame.
ViewControllersActivated Occurs after Controllers have been activated for the current Frame. Inherited from Frame.
ViewModelSaving Occurs before synchronizing information on a Frame‘s View. Inherited from Frame.
See Also