Class ScrollChangedEventArgs
- Namespace
- nanoFramework.Presentation.Controls
- Assembly
- nanoFramework.Graphics.dll
Provides data for the ScrollChanged event.
public class ScrollChangedEventArgs : EventArgs
- Inheritance
-
ScrollChangedEventArgs
- Inherited Members
- Extension Methods
Constructors
ScrollChangedEventArgs(int, int, int, int)
Initializes a new instance of the ScrollChangedEventArgs class.
public ScrollChangedEventArgs(int offsetX, int offsetY, int offsetChangeX, int offsetChangeY)
Parameters
offsetX
intThe horizontal offset of the scroll position.
offsetY
intThe vertical offset of the scroll position.
offsetChangeX
intThe amount of horizontal change in the scroll position.
offsetChangeY
intThe amount of vertical change in the scroll position.
Fields
HorizontalChange
Gets the amount of horizontal change in the scroll position.
public readonly int HorizontalChange
Field Value
HorizontalOffset
Gets the horizontal offset of the scroll position.
public readonly int HorizontalOffset
Field Value
VerticalChange
Gets the amount of vertical change in the scroll position.
public readonly int VerticalChange
Field Value
VerticalOffset
Gets the vertical offset of the scroll position.
public readonly int VerticalOffset