1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-12 06:50:12 +00:00
2 BeforeUnload
FellippeHeitor edited this page 2016-12-22 00:13:20 -02:00

The BeforeUnload event is triggered right before your form is closed, and gives you a chance to perform any cleanup routines (or data saving routines) before leaving.

If you want to cancel the quit request, set the __UI_UnloadSignal variable to False.