Dynamically Modifying Event Registration
- Updated2026-08-05
- 1 minute(s) read
You can modify registration for dynamically registered events to impose conditions on when LabVIEW registers events and the objects for which LabVIEW generates events.
For example, you can dynamically register for a Mouse Move event on a front panel control. You can then modify the registration so that LabVIEW generates this event only if the user clicks a certain button first.
To modify event registration information for dynamic event registration, complete the following steps.
Dynamic Event Modification Examples
For examples of dynamically registering events, refer to labview\examples\Dialog and User Interface\Events\Events.lvproj.
Related Information
- Choosing How an Event Structure Monitors For Events
Event registration is the term for specifying which events you want a LabVIEW Event structure to handle. LabVIEW can register events either statically or dynamically.
- Dynamically Registering for Events
Dynamic event registration allows you to use VI Server references to specify at run time the objects for which you want LabVIEW to generate events. Use dynamic registration to implement event logic programmatically so you can reuse user interface code.