C# Class Blake.NUI.WPF.Gestures.GestureCompletedEventArgs

Event arguments for the GestureCompleted event
Inheritance: System.EventArgs
Datei anzeigen Open project: TNOCS/csTouch

Public Methods

Method Description
GestureCompletedEventArgs ( UIElement source, System.Windows.Input.TouchDevice touchDevice ) : System

Method Details

GestureCompletedEventArgs() public method

public GestureCompletedEventArgs ( UIElement source, System.Windows.Input.TouchDevice touchDevice ) : System
source System.Windows.UIElement
touchDevice System.Windows.Input.TouchDevice
return System