ImageGear21.Core Assembly > ImageGear.Display Namespace > ImGearScrollChangedEventArgs Class : ImGearScrollChangedEventArgs Constructor |
'Declaration Public Function New( _ ByVal scrollChangeType As ImGearScrollChangeType, _ ByVal scrollBarType As ImGearScrollBarType, _ ByVal scrollInfo As ImGearScrollInfo, _ ByVal redraw As Boolean, _ ByVal isEnabled As Boolean, _ ByVal isVisible 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)
public ImGearScrollChangedEventArgs( ImGearScrollChangeType scrollChangeType, ImGearScrollBarType scrollBarType, ImGearScrollInfo scrollInfo, bool redraw, bool isEnabled, bool isVisible )
public: ImGearScrollChangedEventArgs( ImGearScrollChangeType scrollChangeType, ImGearScrollBarType scrollBarType, ImGearScrollInfo scrollInfo, bool redraw, bool isEnabled, bool isVisible )
public: ImGearScrollChangedEventArgs( ImGearScrollChangeType scrollChangeType, ImGearScrollBarType scrollBarType, ImGearScrollInfo scrollInfo, bool redraw, bool isEnabled, bool isVisible )