diff --git a/BeforeUnload.md b/BeforeUnload.md index ece0c52..e1f9ea0 100644 --- a/BeforeUnload.md +++ b/BeforeUnload.md @@ -1,3 +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 +If you want to cancel the quit request, set the [[__UI_UnloadSignal]] variable to [[False|Constants]]. \ No newline at end of file