Component Events
Double-click on a widget to bring up its property sheet
Select the event of interest (on-click, on-change, on-mouse-in, etc.)
Note that it writes an empty event handler for you
Events naming convention:
- formname-gadgetname-eventname
- form1-checkbox1-on-change
- on-change args: (widget newvalue oldvalue)
on-change and on-click are the main ones to worry about