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 web-browser control with a list of excluded events
screen section. ...   03 screen-1-wb-1 Web-Browser      line 23.1      column 2.0      size 62.2 cells       lines 28.0 cells       id 15      event-list ( cmd-goto cmd-help )      exclude-event-list 1      value "https://www.veryant.com"      .  |