Blake.NUI.WPF.Gestures.GestureEventArgs.GestureEventArgs C# (CSharp) Method

GestureEventArgs() public method

public GestureEventArgs ( System.Windows.RoutedEvent routedEvent, System.Windows.Input.TouchDevice device ) : System
routedEvent System.Windows.RoutedEvent
device System.Windows.Input.TouchDevice
return System
    public GestureEventArgs(RoutedEvent routedEvent, TouchDevice device)
      : base(routedEvent)
    {
      _device = device;
    }
    public GestureEventArgs(RoutedEvent routedEvent, object source, TouchDevice device)

Same methods

GestureEventArgs::GestureEventArgs ( System.Windows.RoutedEvent routedEvent, object source, System.Windows.Input.TouchDevice device ) : System
GestureEventArgs