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

GestureCompletedEventArgs() public method

public GestureCompletedEventArgs ( UIElement source, System.Windows.Input.TouchDevice touchDevice ) : System
source System.Windows.UIElement
touchDevice System.Windows.Input.TouchDevice
return System
    public GestureCompletedEventArgs(UIElement source, TouchDevice touchDevice)
    {
      Source = source;
      TouchDevice = touchDevice;
    }
    /// <summary>
GestureCompletedEventArgs