ScrollEventArgs Constructor
.NET Framework (current version)
Initializes a new instance of the ScrollEventArgs class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | ScrollEventArgs(ScrollEventType, Int32) | Initializes a new instance of the ScrollEventArgs class using the given values for the Type and NewValue properties. |
![]() | ScrollEventArgs(ScrollEventType, Int32, Int32) | Initializes a new instance of the ScrollEventArgs class using the given values for the Type, OldValue, and NewValue properties. |
![]() | ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation) | Initializes a new instance of the ScrollEventArgs class using the given values for the Type, OldValue, NewValue, and ScrollOrientation properties. |
![]() | ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation) | Initializes a new instance of the ScrollEventArgs class using the given values for the Type, NewValue, and ScrollOrientation properties. |
Show:
