ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / OnMouseWheel Method
The System.Windows.Input.MouseWheelEventArgs that contains the event data.



In This Topic
    OnMouseWheel Method
    In This Topic
    Invoked when an unhandled System.Windows.Input.Mouse.MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseWheel( _
       ByVal e As MouseWheelEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim e As MouseWheelEventArgs
     
    instance.OnMouseWheel(e)
    protected override void OnMouseWheel( 
       MouseWheelEventArgs e
    )
    protected:
    void OnMouseWheel( 
       MouseWheelEventArgs^ e
    ) override 

    Parameters

    e
    The System.Windows.Input.MouseWheelEventArgs that contains the event data.
    See Also