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 radio button with a list of events to be excluded
screen section.
...
  03 screen-1-rb-2 Radio-Button
     line 20.6
     column 21.7
     size 10.9 cells 
     lines 5.4 cells 
     id 5
     event-list ( cmd-goto cmd-help )
     exclude-event-list 1
     title "Option 2"
     .