Event Deactivated
Occurs when the window loses focus and is no longer the active window.
public event EventHandler? Deactivated
Returns
- EventHandler
- Occurs when the window loses focus and is no longer the active window.
- Implements
Remarks
You can use this event to perform tasks such as updating another window in your application with data from the deactivated window.