[]
Creates a new instance of AxisScrollEventArgs class.
public AxisScrollEventArgs(AxisIdEnum id)
Public Sub New(id As AxisIdEnum)
| 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)
Public Sub New(id As AxisIdEnum, type As ScrollEventType, oldValue As Double, newValue As Double, orientation As ScrollOrientation)
| 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. |