Panel Closing Event

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 FieldDescription
TimeValue of the millisecond timer when the event occurred.
VIRefReturns a reference to the VI on which this event occurred.
DiscardAllows you to prevent LabVIEW from processing the event, bypassing the behavior normally triggered by that event.