DesktopWindow.Closing

From Xojo Documentation

Event


DesktopWindow.Closing()

New in 2021r3

Supported for all project types and targets.

The Window is about to close. You cannot cancel the closing at this time. If you need to decide or interact with the user to make sure that the Window should be closed, use DesktopWindow.CancelClosing event instead which is called before DesktopWindow.Closing.

See Also