Exclude-Event-List
If this property is set to "1", then none of the events in the Event-List property are fired. If this property is set to "0", then only the events listed in the Event-List property are fired. If it’s omitted, then all the events are fired. Preventing the runtime from generating some events may speed up performance in client/server environments.
 
Example - Define a bitmap excluding event handling for mouse-enter and mouse-exit
screen section.
...
  03 screen-1-bi-3 Bitmap
     line 15.8
     column 33.5
     size 63 pixels 
     lines 68 pixels 
     id 9
     notify-mouse
     event-list ( msg-mouse-enter msg-mouse-exit)
     exclude-event-list 1
     .