ScrolledEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |