ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / PageScrolled Event




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