Event-List
This property specifies a list of events that may or may not be fired depending on the value of the Exclude-Event-List property. The property requires a sequence of numeric values. It’s suggested that you use the constant values defined in the isgui.def copybook. Multiple values must be enclosed between parenthesis and separated by a space.
 
Example - Define a list of events that will be not fired for a push button
screen section.
...
  03 screen-1-pb-2 Push-Button
     line 5.2
     column 18.3
     size 9.3 cells 
     lines 2.4 cells 
     id 2
     event-list ( cmd-goto msg-validate )
     exclude-event-list 1
     title "Accept"
     .