Removing Event Bindings

You can remove an event binding from a component if you decide it is no longer required. Once removed, the handler routine for that event is no longer called. However, the handler routine generated to process the event is not removed from the associated source code file.

Removing an Event Binding

  1. Select the object with the event binding to remove.
  2. The object is displayed with the selection rectangle.

  3. Display the Events view (if not already visible) using Window > Show View > Events.
  4. Select the event binding to remove by clicking it in the Function column.
  5. Delete the event binding name from the Function column
  6. The handler routine for the indicated event is no longer called.

Related concepts
Related references
Related tasks