ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / OnMouseWheel Method

In This Topic
    OnMouseWheel Method (C1List)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnMouseWheel( _
       ByVal e As MouseEventArgs _
    ) 
    protected virtual void OnMouseWheel( 
       MouseEventArgs e
    )

    Parameters

    e
    See Also