Private events

From LabVIEW Wiki
Jump to: navigation, search

Introduction

Private events are events that are normally not exposed and might indicate features in later LabVIEW versions, they are not supported by NI.

Exposure

To expose the events edit your LabVIEW_configuration_file to include the SuperSecretPrivateSpecialStuff=True setting. You can search the LAVA forums for the tag Private event for additional events and use cases.

List of Private events

Application

Application_Activation
OS_Open_Document
OS_Open_Document?
VI_Activation
VI_Redraw
VI_Scroll

VI

VI_will_be_purged

Pane

Control

Shortcut Menu dismissed

Adding an event

To add an event to this list, create a link to the event in the appropriate section (Application, VI, Pane or Control) and open that page for editing, the new page should contain the following items:

 {{ PrivateEvent
 | description = 
 | minLVVersion = 
 | maxLVVersion =
 | class = 
 | OS1 =w
 | OS2 =m
 | OS3 =l
 | OS4 =s
 | NowPublic =No
 | Notes = 
 }}