Window.onPopupHide

機能/意味
Close popup window
タイプ
Windowクラスのイベント
構文
onPopupHide()
引数
なし
説明
 Event fired when the popup window should close. This event occurs when the Window.stayOnTop property is true and the Window.focusable property is false when "other window is clicked" or "other application is activated."
 Normally, close or hide the window here.
参照
Window.focusable
Window.stayOnTop