XtraScrollEventArgs Properties
Contains data for the Scroll event.| Name | Description |
|---|---|
| NewValue | Gets or sets a value that specifies the position of a scrollbar after scrolling. |
| OldValue | Gets the position of a scrollbar before scrolling. |
| ScrollOrientation | Gets the scrollbar orientation. |
| Type | Gets the scrolling type that raises the event. |
See Also