Locating Event Handlers
Go Up to Working with Events and Event Handlers
If you generated a default event handler for a component by double-clicking it in the Form Designer, you can locate that event handler in the same way. Double-click the component, and the Code Editor opens with the cursor at the beginning of the event-handler body.
To locate an event handler that is not the default
- In the form, select the component whose event handler you want to locate.
- In the Object Inspector, click the Events tab.
- Select the event whose handler you want to view, and then double-click in the Value column for that event. The Code Editor opens with the cursor inside the skeleton event-handler.