ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionEditorPanel Class / PointerWheelChanged Event

In This Topic
    PointerWheelChanged Event (C1ExpressionEditorPanel)
    In This Topic
    Syntax
    'Declaration
     
    Public Event PointerWheelChanged As Windows.UI.Xaml.Input.PointerEventHandler
    public event Windows.UI.Xaml.Input.PointerEventHandler PointerWheelChanged
    Event Data

    The event handler receives an argument of type Windows.UI.Xaml.Input.PointerRoutedEventArgs containing data related to this event. The following PointerRoutedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets a value that marks the routed event as handled, and prevents most handlers along the event route from handling the same event again.  
    Gets a value that indicates which key modifiers were active at the time that the pointer event was initiated.  
    (Inherited from Windows.UI.Xaml.RoutedEventArgs)
    Gets a reference to a pointer token.  
    See Also