EVENT_VAL_COERCED
Description
When a value is coerced to the upper or lower range boundary of the control, whichever is closer, LabWindows/CVI generates an EVENT_VAL_COERCED event and sends the event to the callback function associated with the control.
![]() |
Note EVENT_VAL_COERCED events are not generated when LabWindows/CVI coerces values to stay within the minimum or maximum value of the specified data type of the control. |
This event is not swallowable.
Applies To
Numeric slides, numerics, and tables
Event Data Parameters
User Interface Object | Event Data Values |
---|---|
Numerics and numeric slides | eventData1 = 0 eventData2 = 0 |
Tables | eventData1 = Row of cell where event was generated; 0 if the event affected multiple cells eventData2 = Column of cell where event was generated; 0 if event affected multiple cells |
LabWindows/CVI Compatibility
LabWindows/CVI 2012 and later