From d9a54786f0fb09b4e2db2b26e54ad7d587de4cb6 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Tue, 14 Mar 2017 23:32:42 -0300 Subject: [PATCH] Updated Events (markdown) --- Events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Events.md b/Events.md index c337b7d..6321756 100644 --- a/Events.md +++ b/Events.md @@ -1,6 +1,6 @@ Events are SUBs that are triggered after the controls in your form are manipulated at runtime. This is a central part to InForm's functionality, as this is where you write the code to respond to the controls. -####Control-specific events +#### Control-specific events * [[Click|Mouse events]] * [[MouseDown/MouseUp|Mouse events]] * [[MouseEnter/MouseLeave|Mouse events]] @@ -9,7 +9,7 @@ Events are SUBs that are triggered after the controls in your form are manipulat * [[TextChanged]] * [[ValueChanged]] -####Other +#### Other * [[BeforeInit]] * [[OnLoad]] * [[BeforeUpdateDisplay]]