Table of Contents

Event Deactivated

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.