C# 클래스 Blake.NUI.WPF.Gestures.GestureEventArgs

상속: System.Windows.RoutedEventArgs
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
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