Window.onActivate

機能/意味
When the window is activated
タイプ
Windowクラスのイベント
構文
onActivate()
引数
なし
説明
 Represents the event function that is called when the window was activated.
 Note that this event can also occur if the window is already active (it is not guaranteed to occur completely in the order of onActivate → onDeactivate → onActivate → ...).
参照
Window.onDeactivate
System.onActivate
System.onDeactivate