Name
Window.CloseRequest -- handle close request of window
Function
When the user hits a windows close gadget, the window isn't closed immediately. Instead MUI only sets this attribute to True to allow your application to react.

Usually, you will setup a notification that automatically closes the window when a close request appears, but you could e.g. pop up a confirmation requester or do some other things first.

Type
Boolean

Applicability
N


Show TOC