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]]