Top
PowerCOBOL V11.0 Reference
FUJITSU Software

6.1 Introduction to PowerCOBOL Events

An event is a call to a procedure to notify that something has happened in or to a control or object. For example, the control was clicked, or a property of the control changed. Events generally have parameters to the call containing data relating to the event.

The topics in this section describe the circumstances that cause the event to be generated, the controls that can receive the event, and the parameters supplied when the event is invoked.