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.

Note You cannot modify statically registered events at run time.

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.