C# Класс Blake.NUI.WPF.Gestures.GestureEventArgs

Наследование: System.Windows.RoutedEventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
GestureEventArgs ( System.Windows.RoutedEvent routedEvent, System.Windows.Input.TouchDevice device ) : System
GestureEventArgs ( System.Windows.RoutedEvent routedEvent, object source, System.Windows.Input.TouchDevice device ) : System

Описание методов

GestureEventArgs() публичный Метод

public GestureEventArgs ( System.Windows.RoutedEvent routedEvent, System.Windows.Input.TouchDevice device ) : System
routedEvent System.Windows.RoutedEvent
device System.Windows.Input.TouchDevice
Результат System

GestureEventArgs() публичный Метод

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
Результат System