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

Inheritance: System.Windows.RoutedEventArgs
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode 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 méthode

public GestureEventArgs ( System.Windows.RoutedEvent routedEvent, System.Windows.Input.TouchDevice device ) : System
routedEvent System.Windows.RoutedEvent
device System.Windows.Input.TouchDevice
Résultat System

GestureEventArgs() public méthode

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
Résultat System