Frame Events
Serves as the site for a nested View.Name | Description |
---|---|
Disposed | Occures after the current Frame has been disposed of. |
Disposing | Occurs when the current Frame is disposed of. |
ProcessActionContainer | Occurs when the Action Containers displayed in the current Frame are changed. |
TemplateChanged | Occurs after setting a Template for a Frame. |
TemplateChanging | Occurs before a Template is set for a Frame. |
TemplateModelSaving | Occurs before synchronizing information on a Frame‘s Template. |
TemplateViewChanged | Occurs after a template is changed and a View is set for it. |
ViewChanged | Occurs after setting a View for a Frame. |
ViewChanging | Occurs before setting a View for a Frame. |
ViewControllersActivated | Occurs after Controllers have been activated for the current Frame. |
ViewModelSaving | Occurs before synchronizing information on a Frame‘s View. |
See Also