System.Windows.Forms.ScrollEventArgs Members

The members of System.Windows.Forms.ScrollEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

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.