User events
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
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]