First page Back Continue Last page Graphics
Event Handling
Each handler is passed an event object when called.
Two classifications of event objects:
- Classes derived from wxEvent
- Events that only make sense for the window where the event took place.
- Classes derived from wxCommandEvent
- Events that may be of interest for any object up the “containment heirarchy.”