1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-08 00:40:14 +00:00

Updated Events (markdown)

FellippeHeitor 2017-03-14 23:32:42 -03:00
parent ec7484c9cc
commit d9a54786f0

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