ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1Gauge Class / OnMouseWheel Method

In This Topic
    OnMouseWheel Method (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMouseWheel( _
       ByVal e As System.Windows.Forms.MouseEventArgs _
    ) 
    protected virtual void OnMouseWheel( 
       System.Windows.Forms.MouseEventArgs e
    )

    Parameters

    e
    See Also