System.Windows.Forms.ScrollEventArgs: Property Members

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

Public Properties

NewValueint.

Gets or sets the new ScrollBar.Value of the scroll bar.

[read-only]
OldValueint.

Gets the old ScrollBar.Value of the scroll bar.

[read-only]
ScrollOrientationScrollOrientation.

Gets the scroll bar orientation that raised the Scroll event.

[read-only]
TypeScrollEventType.

Gets the type of scroll event that occurred.