Inherits from VI Events.
Generated when the user tries to interactively close the front panel on a VI by selecting the Close item in the File menu or by clicking the close glyph on the window border.
The following table lists the event data fields for this event.
Event Data Field | Description |
---|---|
Time | Value of the millisecond timer when the event occurred. |
VIRef | Returns a reference to the VI on which this event occurred. |
Discard | Allows you to prevent LabVIEW from processing the event, bypassing the behavior normally triggered by that event. |