GH_DigitScrollerEventArgs
Public Class
Public Property
Public Property
Public Property
Arguments passed via GH_digitScrollerBase.ValueChanged events.
Inheritance Hierarchy
System.Object
System.EventArgs
Grasshopper.GUI.Base.GH_DigitScrollerEventArgs
Namespace: Grasshopper.GUI.Base
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public class GH_DigitScrollerEventArgs : EventArgs
The GH_DigitScrollerEventArgs type exposes the following members.
Properties
Name
Description
Public Property
Intermediate
Gets a value indicating whether the change was an intermediate one.
Public Property
Scroller
Gets the instance of the scroller that raised the event.
Public Property
Value
Gets the new value of the slider. This value is cached, so even if the slider subsequently updates, this property remains constant.