'Declaration
Public Function New( _
ByVal As ImGearScrollChangeType, _
ByVal As ImGearScrollBarType, _
ByVal As ImGearScrollInfo, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
)
'Usage
Dim scrollChangeType As ImGearScrollChangeType
Dim scrollBarType As ImGearScrollBarType
Dim scrollInfo As ImGearScrollInfo
Dim redraw As Boolean
Dim isEnabled As Boolean
Dim isVisible As Boolean
Dim instance As New ImGearScrollChangedEventArgs(scrollChangeType, scrollBarType, scrollInfo, redraw, isEnabled, isVisible)