Window.onActivate

Function/Meaning

When the window becomes active

Type
WindowclassEvent
Syntax
onActivate()
Arguments
Return value
None (void)
Explanation

Represents an event function that is called when the window is activated.
Note that this event can also occur if the window is already active (there is no guarantee that it will occur completely onActivate → onDeactivate → onActivate → ……).

Reference
Window.onDeactivate
System.onActivate
System.onDeactivate