Window.onDeactivate

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