The properties of System.Windows.Forms.ScrollEventArgs are listed below. For a list of all members, see the ScrollEventArgs Members list.
See Also: Inherited members from System.EventArgs
NewValue | int.
![]() Gets or sets the new ScrollBar.Value of the scroll bar. | |
[read-only] | OldValue | int.
![]() Gets the old ScrollBar.Value of the scroll bar. |
[read-only] | ScrollOrientation | ScrollOrientation.
![]() Gets the scroll bar orientation that raised the Scroll event. |
[read-only] | Type | ScrollEventType.
![]() Gets the type of scroll event that occurred. |