| 
       GetEvent ( INPUT event-name AS CHARACTER )
        GetEvent ( INPUT event-name AS CHARACTER, INPUT flags AS Progress.Reflect.Flags ) | 
 If there are one or more overrides of any particular event, the Progress.Reflect.Event instance describes the override from the most derived subclass that overrides that event.
If there are one or more overrides of any particular event, the Progress.Reflect.Event instance describes the override from the most derived subclass that overrides that event.
   GetEvent(event-name) only returns public, non-static events. GetEvent(event-name, flags) does return ABL class events defined as static, protected, and/or private if they satisfy the specified conditions.
GetEvent(event-name) only returns public, non-static events. GetEvent(event-name, flags) does return ABL class events defined as static, protected, and/or private if they satisfy the specified conditions.
   This method does not return .NET class events defined as private or internal.
This method does not return .NET class events defined as private or internal.