Table of Contents

Event Activated

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

Occurs when the window is activated in code or by the user.

public event EventHandler? Activated

Returns

EventHandler
Occurs when the window is activated in code or by the user.
Implements

Remarks

To activate a window at run time using code, call the Activate() method. You can use this event for tasks such as updating the contents of the window based on changes made to the window's data when the window was not activated.