ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.OrgChart Namespace / C1OrgChart Class / OnPointerWheelChanged Method

In This Topic
    OnPointerWheelChanged Method
    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