Initializes a new instance of the ScrollEventArgs class
using the specified values for the Type and
NewValue properties.
Name | Description |
---|---|
ScrollEventArgsExt(ScrollEventType) | Initializes a new instance of the ScrollEventArgs class using the specified values for the Type and NewValue properties. |
ScrollEventArgsExt(ScrollEventType, int) | Initializes a new instance of the ScrollEventArgs class using the specified values for the Type and NewValue properties. |
ScrollEventArgsExt(ScrollEventType, int, ScrollOrientation) | Initializes a new instance of the ScrollEventArgs class using the given values for the Type, NewValue, and ScrollOrientation properties. |
ScrollEventArgsExt(ScrollEventType, int, int) | Initializes a new instance of the ScrollEventArgs class using the specified values for the Type, OldValue, and NewValue properties. |
ScrollEventArgsExt(ScrollEventType, int, int, ScrollOrientation) | Initializes a new instance of the ScrollEventArgs class using the given values for the Type, OldValue, NewValue, and ScrollOrientation properties. |