Grasshopper API
GH_Slider_ObsoleteValueChangedEventHandler Delegate |
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public delegate void ValueChangedEventHandler( GH_Slider_Obsolete sender, double nValue, bool bIntermediate )
Public Delegate Sub ValueChangedEventHandler ( sender As GH_Slider_Obsolete, nValue As Double, bIntermediate As Boolean )
Parameters
- sender
- Type: Grasshopper.GUIGH_Slider_Obsolete
- nValue
- Type: SystemDouble
- bIntermediate
- Type: SystemBoolean
