ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1RadialGauge Class / OnPointerWheelChanged Method

In This Topic
    OnPointerWheelChanged Method (C1RadialGauge)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPointerWheelChanged( _
       ByVal e As Windows.UI.Xaml.Input.PointerRoutedEventArgs _
    ) 
    protected virtual void OnPointerWheelChanged( 
       Windows.UI.Xaml.Input.PointerRoutedEventArgs e
    )

    Parameters

    e
    See Also