Events View

Use the Events view to specify the events that the currently selected object must respond to and the event handlers with the default event method. By default, the object’s events are shown in the Events view. When you select an unbound (empty) event, a method name is suggested. Press Enter or left click to accept the suggested name and bind the event.

Double-click on an event to navigate to the source code for the method which will be called when the event occurs.

A UI Designer Preference allows you to specify that double-clicking an object should navigate to its default event method.

events view

Figure 1 - The Events View

Related concepts
Related tasks
Related references