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-box with a list of events to be excluded
...   03 screen-1-lb-1 List-Box      line 5.7      column 3.1      size 34.6 cells       lines 15.5 cells       id 1      event-list ( cmd-goto cmd-help )      exclude-event-list 1      event procedure screen-1-lb-1-evt-proc      .  |