PopupWindow Events
A pop-up Window used in ASP.NET Web Forms applications.
Name | Description |
---|---|
Closed | Occurs after the current popup window is closed. |
Controls |
Occurs before creating controls for the Web |
Custom |
Occurs when ASP. |
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. |
Page |
Occurs after the Web |
Process |
Occurs when the Action Containers displayed in the current Frame are changed. Inherited from Frame. |
Process |
Inherited from Web |
Template |
Occurs after setting a Template for a Frame. Inherited from Frame. |
Template |
Occurs before a Template is set for a Frame. Inherited from Frame. |
Template |
Occurs before synchronizing information on a Frame‘s Template. Inherited from Frame. |
Template |
Occurs after a template is changed and a View is set for it. Inherited from Frame. |
View |
Occurs after setting a View for a Frame. Inherited from Frame. |
View |
Occurs before setting a View for a Frame. Inherited from Frame. |
View |
Occurs after Controllers have been activated for the current Frame. Inherited from Frame. |
View |
Occurs before synchronizing information on a Frame‘s View. Inherited from Frame. |
See Also