ComponentOne FinancialChart for UWP
C1.Xaml.Chart Namespace / FlexChartBase Class / OnPointerWheelChanged Method
Event data for the event.

In This Topic
    OnPointerWheelChanged Method
    In This Topic
    Called before the PointerWheelChanged event occurs.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPointerWheelChanged( _
       ByVal e As PointerRoutedEventArgs _
    ) 
    protected override void OnPointerWheelChanged( 
       PointerRoutedEventArgs e
    )

    Parameters

    e
    Event data for the event.
    See Also