Name | Description | |
---|---|---|
![]() | Activated | Occurs when the window is shown and has been activated. |
![]() | Closed | Occurs when the window has been closed. |
![]() | Closing | Occurs when the window is about to be closed. This is a cancelable event. Canceling this event, prevents the window from closing. |
![]() | Deactivated | Occurs when the window is shown and has been deactivated. |
![]() | Opened | Occurs when the window has been opened and is about to be shown. Use this event to initialize the window content. |
![]() | QueryManualStartPosition | Occurs when the window has been opened and the StartPosition has been set to Manual. The handler is resposible for positioning the window. |