It's "hidden" in the event handler of a button or other control:
1. Open the OUTLINE view and expand the control
2. Select "Event handler"
3. Click on the PROPERTIES tab - "All properties"
4. Under the events section you'll find "onStart", "onError" and "onComplete" events
In the future you can just copy+paste the code from the source view.