On this pageUI.WindowEventListener Object used to handle windows opening and closing events.Index PropertiesonCloseonOpenProperties optionalonCloseonClose?: (window: Window) => voidCalled when the window is closed.Type declaration(window: Window): voidParameterswindow: Windowcurrent UI.Window objectReturns voidoptionalonOpenonOpen?: (window: Window) => voidCalled when the window is opened.Type declaration(window: Window): voidParameterswindow: Windowcurrent UI.Window objectReturns void
Object used to handle windows opening and closing events.