EVENT-PROCEDURE attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The name of the internal procedure to run as the event procedure for an asynchronous request.
Note: Applies only if
the
ASYNCHRONOUS attribute is TRUE.Data type: CHARACTER
Access: Read-only
Applies to: Asynchronous request object handle, Call object handle
The name of this internal procedure is
the same as the name of the event procedure as specified by the
EVENT-PROCEDURE option on the RUN statement.
If the EVENT-PROCEDURE option is not specified, this attribute is
set to the empty string (""). The attribute returns the unknown (?)
value if the EVENT-HANDLER-OBJECT attribute is specified as an
object.