ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / Frame Class / OnScroll1 Method

In This Topic
    OnScroll1 Method (Frame)
    In This Topic
    Raised when the grid scrolls.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnScroll1( _
       ByVal e As CancelEventArgs _
    ) 
    protected virtual void OnScroll1( 
       CancelEventArgs e
    )

    Parameters

    e
    See Also