Initializes a new instance of the ImGearScrollChangedEventArgs class.
            
            
            
            Syntax
            
            
            
            
            '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)
             
        
            
        
            
        
            
        
             
        
            Parameters
- scrollChangeType
- The type of scrollbar change.
- scrollBarType
- The type of the scrollbar that is being scrolled.
- scrollInfo
- The scrolling information.
- redraw
- Whether or not the view should be redrawn.
- isEnabled
- Whether or not the scrollbar is enabled.
- isVisible
- Whether or not the scrollbar is visible.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also