Example: Screen events trigger before graphic element events
A screen can have an event and also contain a graphic element with its own event. Touching the screen triggers the event. Touching the graphic element triggers the event of the screen and the event of the graphic element.
In this example, there is an event associated with the screen, and an event associated with the button.

Press Event | Triggered action |
![]() | Press here to trigger the event associated with the screen. |
![]() | Press here to trigger the event associated with the screen and then trigger the event associated with the button. |
Provide Feedback