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




In This Topic
    PageScrolled Event (ImGearPresentationPageDisplay)
    In This Topic
    Occurs when a page is scrolled.
    Syntax
    'Declaration
     
    Public Event PageScrolled As EventHandler
    'Usage
     
    Dim instance As ImGearPresentationPageDisplay
    Dim handler As EventHandler
     
    AddHandler instance.PageScrolled, handler
    public event EventHandler PageScrolled
    public: __event EventHandler* PageScrolled
    public:
    event EventHandler^ PageScrolled
    See Also