From 0c56c8f79e4199fd622cd0e7a7dcbeb4bb2cd9d9 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Thu, 22 Dec 2016 00:11:30 -0200 Subject: [PATCH] Created BeforeUnload (markdown) --- BeforeUnload.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 BeforeUnload.md diff --git a/BeforeUnload.md b/BeforeUnload.md new file mode 100644 index 0000000..ece0c52 --- /dev/null +++ b/BeforeUnload.md @@ -0,0 +1,3 @@ +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|Global variables]] variable to [[False|Constants]]. \ No newline at end of file