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

Inheritance: System.Windows.RoutedEventArgs
Datei anzeigen Open project: TNOCS/csTouch

Public Methods

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

Method Details

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

GestureEventArgs() public method

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