Event Activated
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.