Handling the Default Event

UI Designer provides automated support to establish the methods and linkage necessary for your application to respond to user events.

It is very easy to establish linkage between each object's default event and the associated handler code.

Handling the Default Event

  1. Select an object which responds to events.
  2. The object will be displayed with the selection rectangle .

  3. Right-click the object to display the context menu
  4. The context menu will appear.

  5. Select the "Handle <event name> Event" or "Go to <event name> Event" item from the context menu.
  6. NOTE You may be asked to confirm saving modified information.

    The associated source file will be opened to the handler routine for this menu item's selection event.

Related concepts
Related references
Related tasks