Public Sub New( _ ByVal type As ScrollEventType, _ ByVal oldValue As Integer, _ ByVal newValue As Integer, _ ByVal scroll As ScrollOrientation _ )
public ScrollEventArgsExt( ScrollEventType type, int oldValue, int newValue, ScrollOrientation scroll )
Type: ScrollEventType
One of the ScrollEventType values.
Type: int
The old value for the scroll bar.
The new value for the scroll bar.
Type: ScrollOrientation
One of the ScrollOrientation values.
Windows NT 4.0, Windows 98, Windows XP, Windows Server 2003, Windows Vista; Windows Server 2008 R2, Windows 7, Windows 10
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.