Skip to main content

ScrollChangedEventArgs Class

Namespace: GHIElectronics.TinyCLR.UI.Controls · Assembly: GHIElectronics.TinyCLR.UI

No description available.

public class ScrollChangedEventArgs : EventArgs

Constructors

ScrollChangedEventArgs(int offsetX, int offsetY, int offsetChangeX, int offsetChangeY)

public ScrollChangedEventArgs(int offsetX, int offsetY, int offsetChangeX, int offsetChangeY)

No description available.

ParameterTypeDescription
offsetXint
offsetYint
offsetChangeXint
offsetChangeYint

Fields

HorizontalChange

public readonly int HorizontalChange

No description available.

HorizontalOffset

public readonly int HorizontalOffset

No description available.

VerticalChange

public readonly int VerticalChange

No description available.

VerticalOffset

public readonly int VerticalOffset

No description available.