Click or drag to resize

ScrollEventArgs Class

Event arguments for Scroll events
Inheritance Hierarchy

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

The ScrollEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodScrollEventArgs
Initializes a new instance of the ScrollEventArgs class.
Top
Properties
  NameDescription
Public propertyScrollPosition
Gets the scroll position of the Scrollable
Top
See Also