Jump to content

User events

From LabVIEW Wiki
Revision as of 19:15, 31 July 2019 by Logmanoriginal (talk | contribs) (Add original content from Event Structure)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

User Events are programmatically generated events. You define what data they carry and when they fire. They can be handled by the same event structure as the User Interface events. An advantage of User Events (unlike User Interface Events) is that LV doesn't need to perform a context switch into the UI thread. [1]