ScrollEventArgs Constructor
.NET Framework 4.5
Initializes a new instance of the ScrollEventArgs class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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, ScrollOrientation) | Initializes a new instance of the ScrollEventArgs class using the given values for the Type, NewValue, and ScrollOrientation 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. |