PointerValueCommitted Event

Measurement Studio User Interface

PointerValueCommitted Event

Syntax

Sub ControlName_PointerValueCommitted( Pointer As Long, Value As Variant)

Applies To

CWKnob

CWSlide

Purpose

Generated when the value of a pointer has stopped changing.

Remarks

The CWSlide or CWKnob control generates this event when the user releases the mouse button after clicking on the control, releases the keys used to change the value of the control, or sets the value programmatically. For some applications, it is better to wait for the PointerValueCommitted event rather than the PointerValueChanged event.

Parameters

Pointer As Long

The index of the pointer that changed.

Value As Variant

The new value of the pointer.

See Also

PointerValueChanged