LabWindows/CVI

Content Type
Programming Language
Current manual

Events Overview

Events Overview

Certain user operations on the GUI, such as selecting a menu item on the GUI or typing a value in a control, are called events. The User Interface Library provides the link between events and the code files in your project.

By implementing event callback functions, your program can recognize events and execute the code in response to them. The following table shows all of the events that are generated from the GUI.

Events

Related Topics

Callback Schemes

Callback Precedence

Receiving Events

Swallowing Events

Processing Events

Posting Events

Queueing Events

Simulating Events

In This Section
Was this information helpful?