ImageGear .NET
ScrollChanged Event (IImGearPageDisplay)




Occurs when a page is scrolled or when the scrollbar visibile or enabled state changes.
Syntax
'Declaration
 
Event ScrollChanged As ImGearScrollChangedEventHandler
'Usage
 
Dim instance As IImGearPageDisplay
Dim handler As ImGearScrollChangedEventHandler
 
AddHandler instance.ScrollChanged, handler
event ImGearScrollChangedEventHandler ScrollChanged
__event ImGearScrollChangedEventHandler* ScrollChanged
event ImGearScrollChangedEventHandler^ ScrollChanged
Event Data

The event handler receives an argument of type ImGearScrollChangedEventArgs containing data related to this event. The following ImGearScrollChangedEventArgs properties provide information specific to this event.

PropertyDescription
IsEnabled Gets a value indicating whether the scrollbar is enabled.  
IsVisible Gets a value indicating whether the scrollbar is visible.  
Redraw Gets a value indicating whether or not the view should be redrawn.  
ScrollBarType Gets the type (horizontal or vertical) of the scrollbar that is being scrolled.  
ScrollChangeType Gets the type of scrollbar change.  
ScrollInformation Gets the scrolling information.  
See Also

Reference

IImGearPageDisplay Interface
IImGearPageDisplay Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback