Precedence of Callback Functions
- Updated2023-02-21
- 1 minute(s) read
Precedence of Callback Functions
Events trigger callback functions in the following order:
- For control operation events:
- Control callback
- Main callback
- Panel callback (keypress and mouse events only)
- Main callback
- For panel events:
- Panel callback
- Main callback
- For menu commit events:
- Menu item callback
- Main callback
- Timer control event: Control callback
- Main callback event: Main callback
![]() |
Note The commit event is placed in the GetUserEvent queue after being sent to all callbacks. |