Event-driven Programming
• To respond to a button click, you need to write the code to process the button-clicking action. • The button is an event source object —where the action originates.
Event-driven Programming
• To respond to a button click, you need to write the code to process the button-clicking action. • The button is an event source object —where the action originates.