The members of System.Windows.Forms.ScrollEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Windows.Forms.ScrollEventArgs class using the given values for the ScrollEventArgs.Type and ScrollEventArgs.NewValue properties. | ||
Initializes a new instance of the System.Windows.Forms.ScrollEventArgs class using the given values for the ScrollEventArgs.Type, ScrollEventArgs.OldValue, and ScrollEventArgs.NewValue properties. | ||
Initializes a new instance of the System.Windows.Forms.ScrollEventArgs class using the given values for the ScrollEventArgs.Type, ScrollEventArgs.NewValue, and ScrollEventArgs.ScrollOrientation properties. | ||
Initializes a new instance of the System.Windows.Forms.ScrollEventArgs class using the given values for the ScrollEventArgs.Type, ScrollEventArgs.OldValue, ScrollEventArgs.NewValue, and ScrollEventArgs.ScrollOrientation properties. |
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. |