ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearPresentationPageDisplay Class / ScrollChanged Event




In This Topic
    ScrollChanged Event (ImGearPresentationPageDisplay)
    In This Topic
    Occurs when a pages is scrolled or when the scrollbar visible or enabled state changes.
    Syntax
    'Declaration
     
    Public Event ScrollChanged As ImGearScrollChangedEventHandler
    'Usage
     
    Dim instance As ImGearPresentationPageDisplay
    Dim handler As ImGearScrollChangedEventHandler
     
    AddHandler instance.ScrollChanged, handler
    public event ImGearScrollChangedEventHandler ScrollChanged
    public: __event ImGearScrollChangedEventHandler* ScrollChanged
    public:
    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
    Gets a value indicating whether the scrollbar is enabled.  
    Gets a value indicating whether the scrollbar is visible.  
    Gets a value indicating whether or not the view should be redrawn.  
    Gets the type (horizontal or vertical) of the scrollbar that is being scrolled.  
    Gets the type of scrollbar change.  
    Gets the scrolling information.  
    See Also