[]
Creates a new instance of AxisScrollEventArgs class.
public AxisScrollEventArgs(AxisIdEnum id)
Type | Name | Description |
---|---|---|
AxisIdEnum | id | An enumeration to refer to the X, Y, and Y2 axis. |
Creates a new instance of AxisScrollEventArgs class.
public AxisScrollEventArgs(AxisIdEnum id, ScrollEventType type, double oldValue, double newValue, ScrollOrientation orientation)
Type | Name | Description |
---|---|---|
AxisIdEnum | id | An enumeration to refer to the X, Y, and Y2 axis. |
ScrollEventType | type | Specifies the ScrollEventType value of scroll action. |
double | oldValue | Old scroll position. |
double | newValue | New scroll position. |
ScrollOrientation | orientation | Specifies the scroll bar orientation. |