Share via


ScrolledEventArgs Class

Definition

Event arguments for the Scrolled event.

public ref class ScrolledEventArgs : EventArgs
public class ScrolledEventArgs : EventArgs
type ScrolledEventArgs = class
    inherit EventArgs
Public Class ScrolledEventArgs
Inherits EventArgs
Inheritance
ScrolledEventArgs

Constructors

Name Description
ScrolledEventArgs(Double, Double)

Creates a new ScrolledEventArgs with the specified scroll positions.

Properties

Name Description
ScrollX

Gets the current horizontal scroll position.

ScrollY

Gets the current vertical scroll position.

Applies to