Application Events

Requires: Base Development System

View the class hierarchy.

EventDescription
Application ActivationOccurs when the user activates LabVIEW. Details
Application Instance CloseWhen 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 ChangeGenerated when the user changes a bookmark. Details
Context Help Window UpdatedOccurs when the Context Help window is updated. Details
NI Security User ChangeGenerated when the user logs into the application. Details
TimeoutOccurs 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 ActivationGenerated when you activate a VI window. Details
VI DeactivationGenerated when you deactivate a VI window. This event fires when you remove focus from a VI. Details
VI ScrollGenerated when the scroll position of the active VI window changes or when you resize the window. Details