WinWindow Events
A Window used in Windows Forms applications.Name | Description |
---|---|
Closed | Occurs when the WinWindow‘s WinWindow.Form is closed. |
Closing | Occurs when the WinWindow‘s WinWindow.Form is about to be closed. |
CustomHandleExceptionOnClosing | Occurs when an exception is triggered while the WinWindow is being closed. |
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. |
KeyDown | Occurs when a key is pressed while the WinWindow‘s WinWindow.Form has focus. |
KeyUp | Occurs when a key is released while the WinWindow‘s WinWindow.Form has focus. |
ProcessActionContainer | Occurs when the Action Containers displayed in the current Frame are changed. Inherited from Frame. |
QueryDefaultFormIcon static | Occurs before assigning default icons to the WinWindow‘s Template. |
Showing | |
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