public PointerButtonRoutedEventArgs(RoutedEvent routedEvent, object originalSource, InputDevice inputDevice, ushort changedButton, PointerButtonState buttonState) : base(routedEvent, originalSource, inputDevice) { ChangedButton = changedButton; ButtonState = buttonState; }
public PointerRoutedEventArgs(RoutedEvent routedEvent, object originalSource, InputDevice inputDevice) : base(routedEvent, originalSource) { InputDevice = inputDevice; }