Click or drag to resize

GH_DigitScrollerBaseOnValueChanged Method

Raise the ValueChanged event.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void OnValueChanged(
	bool intermediate
)

Parameters

intermediate
Type: SystemBoolean
Set the intermediate state of the event arguments.
See Also