ScrollEventArgs ScrollEventArgs ScrollEventArgs ScrollEventArgs Class

Definition

Provides data for the Scroll event.

public : sealed class ScrollEventArgs : RoutedEventArgs, IScrollEventArgspublic sealed class ScrollEventArgs : RoutedEventArgs, IScrollEventArgsPublic NotInheritable Class ScrollEventArgs Inherits RoutedEventArgs Implements IScrollEventArgs// This API is not available in Javascript.
Inheritance
ScrollEventArgsScrollEventArgsScrollEventArgsScrollEventArgs
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited properties

Constructors

ScrollEventArgs() ScrollEventArgs() ScrollEventArgs() ScrollEventArgs()

Initializes a new instance of the ScrollEventArgs class.

public : ScrollEventArgs()public ScrollEventArgs()Public Sub New()// This API is not available in Javascript.

Properties

NewValue NewValue NewValue NewValue

Gets the new Value of the ScrollBar.

public : double NewValue { get; }public double NewValue { get; }Public ReadOnly Property NewValue As double// This API is not available in Javascript.
Value
double double double double

The Value of the ScrollBar after the event.

ScrollEventType ScrollEventType ScrollEventType ScrollEventType

Gets a ScrollEventType describing the event.

public : ScrollEventType ScrollEventType { get; }public ScrollEventType ScrollEventType { get; }Public ReadOnly Property ScrollEventType As ScrollEventType// This API is not available in Javascript.

See Also