Controller Events
The base class for Controllers.Name | Description |
---|---|
Activated | Occurs when a Controller is activated. |
AfterConstruction | Occurs after a Controller is created. |
Deactivated | Occurs after a Controller has been deactivated. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
FrameAssigned | Occurs after a Frame (Window) has been assigned to a Controller. |
See Also