ScrolledEventArgs Class

Definition

Arguments for the event that is raised when a window is scrolled.

public class ScrolledEventArgs : EventArgs
type ScrolledEventArgs = class
    inherit EventArgs
Inheritance
ScrolledEventArgs

Constructors

ScrolledEventArgs(Double, Double)

Constructs a new ScrolledEventArgs object for a scroll to x and y.

Properties

ScrollX

The X position of the finished scroll.

ScrollY

The Y position of the finished scroll.

Applies to