Requires: Base Development System
View the class hierarchy.
Event | Description |
---|---|
Application Activation | Occurs when the user activates LabVIEW. Details |
Application Instance Close | When registered for in a VI running inside a LabVIEW project, generated when the application instance of the project is closed for any reason, such as when you close the Project Explorer window, when you select File»Close All or File»Quit, or when you run a VI that executes the Quit LabVIEW function. When registered for in a VI running outside a project, generated when you exit LabVIEW through the user interface or with the Quit LabVIEW function. Details |
Application Instance Close? | When registered for in a VI running inside a LabVIEW project, this event is generated when the application instance of the project is closed interactively, such as when you close the Project Explorer window or when you select File»Close All or File»Quit. When registered for in a VI running outside a project, this event is generated only when you exit LabVIEW through the user interface. Details |
Bookmark Info Change | Generated when the user changes a bookmark. Details |
Context Help Window Updated | Occurs when the Context Help window is updated. Details |
NI Security User Change | Generated when the user logs into the application. Details |
Timeout | Occurs when the Event structure times out. Wire a value to the Timeout terminal at the top left of the Event structure to specify the number of milliseconds the Event structure should wait for an event to occur before generating a Timeout event. Details |
VI Activation | Generated when you activate a VI window. Details |
VI Deactivation | Generated when you deactivate a VI window. This event fires when you remove focus from a VI. Details |
VI Scroll | Generated when the scroll position of the active VI window changes or when you resize the window. Details |