ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ScrollableControl Class / Scroll Event

In This Topic
    Scroll Event (ScrollableControl)
    In This Topic
    Occurs when the user or code scrolls through the client area.
    Syntax
    'Declaration
     
    Public Event Scroll As System.EventHandler(Of ScrollBars)
    public event System.EventHandler<ScrollBars> Scroll
    See Also