Click or drag to resize

ScrollEventArgs Constructor

Initializes a new instance of the ScrollEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ScrollEventArgs(
	Point scrollPosition
)

Parameters

scrollPosition
Type: Eto.DrawingPoint
Scroll position.
See Also