GH_VerticalScrollBar.ScrollRatioChangedEventHandler Delegate

GH_VerticalScrollBarScrollRatioChangedEventHandler Delegate

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public delegate void ScrollRatioChangedEventHandler(
	GH_VerticalScrollBar sender,
	double ratio
)
Public Delegate Sub ScrollRatioChangedEventHandler ( 
	sender As GH_VerticalScrollBar,
	ratio As Double
)

Parameters

sender
Type: Grasshopper.GUIGH_VerticalScrollBar
ratio
Type: SystemDouble
See Also