System.Windows.Forms
1.0.5000.0
2.0.0.0
System.EventArgs
System.Runtime.InteropServices.ComVisible(true)
The Scroll event occurs when the user changes the value of the scroll bar. This event can result from a variety of actions, such as clicking a scroll bar arrow, pressing the UP ARROW or DOWN ARROW, or dragging the scroll box. The specifies the type of scroll event that occurred and the new value of the scroll bar. Use the property to determine the scroll bar orientation for the Scroll event.
The Scroll event occurs for the , , , and controls.
Provides data for the Scroll event.
Constructor
To be added.
Initializes a new instance of the class using the given values for the and properties.
One of the values.
The new value for the scroll bar.
1.0.5000.0
2.0.0.0
Constructor
2.0.0.0
To be added.
Initializes a new instance of the class using the given values for the , , and properties.
One of the values.
The old value for the scroll bar.
The new value for the scroll bar.
Constructor
2.0.0.0
To be added.
Initializes a new instance of the class using the given values for the , , and properties.
One of the values.
The new value for the scroll bar.
One of the values.
Constructor
2.0.0.0
To be added.
Initializes a new instance of the class using the given values for the , , , and properties.
One of the values.
The old value for the scroll bar.
The new value for the scroll bar.
One of the values.
Property
System.Int32
To be added.
To be added.
Gets or sets the new of the scroll bar.
1.0.5000.0
2.0.0.0
Property
2.0.0.0
System.Int32
To be added.
To be added.
Gets the old of the scroll bar.
Property
2.0.0.0
System.Windows.Forms.ScrollOrientation
To be added.
You would typically use the property to determine the scroll bar orientation that raised the Scroll event, such as with the event.
Gets the scroll bar orientation that raised the Scroll event.
Property
System.Windows.Forms.ScrollEventType
To be added.
To be added.
Gets the type of scroll event that occurred.
1.0.5000.0
2.0.0.0