GetEvents( ) method

Returns an array of Progress.Reflect.Event instances describing the class events that match the specified conditions. There is no guaranteed order for the returned events. If there are no events that match the specified conditions, the method returns an indeterminate array.

Return type: Progress.Reflect.Event class EXTENT

Access: PUBLIC

Applies to: Progress.Lang.Class class

Syntax

GetEvents ( )

GetEvents ( INPUT flags AS Progress.Reflect.Flags )
flags
A Progress.Reflect.Flags instance indicating the access mode(s), scope(s), and/or class level(s) the returned events must have. See Progress.Reflect.Flags enumeration for more information.

Notes