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

Container class for the gesture routed events and supporting functionality
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 프로퍼티들

프로퍼티 타입 설명
DoubleTapGestureEvent System.Windows.RoutedEvent
HoldGestureEvent System.Windows.RoutedEvent
TapGestureEvent System.Windows.RoutedEvent

공개 메소드들

메소드 설명
AddDoubleTapGestureHandler ( DependencyObject d, GestureEventHandler handler ) : void

Adds a handler for the DoubleTapGesture attached event

AddHoldGestureHandler ( DependencyObject d, GestureEventHandler handler ) : void
AddTapGestureHandler ( DependencyObject d, GestureEventHandler handler ) : void

Adds a handler for the TapGesture attached event

RegisterGestureEventSupport ( FrameworkElement root ) : void

Registers a framework element for gesture recognition. Any element below the root element will be eligable for gesture events and events bubble through the tree like normal routed events

RemoveDoubleTapGestureHandler ( DependencyObject d, GestureEventHandler handler ) : void

Removes a handler for the DoubleTapGesture attached event

RemoveHoldGestureHandler ( DependencyObject d, GestureEventHandler handler ) : void
RemoveTapGestureHandler ( DependencyObject d, GestureEventHandler handler ) : void

Removes a handler for the TapGesture attached event

비공개 메소드들

메소드 설명
Events ( ) : System

메소드 상세

AddDoubleTapGestureHandler() 공개 정적인 메소드

Adds a handler for the DoubleTapGesture attached event
public static AddDoubleTapGestureHandler ( DependencyObject d, GestureEventHandler handler ) : void
d System.Windows.DependencyObject
handler GestureEventHandler Event handler to be added
리턴 void

AddHoldGestureHandler() 공개 정적인 메소드

public static AddHoldGestureHandler ( DependencyObject d, GestureEventHandler handler ) : void
d System.Windows.DependencyObject
handler GestureEventHandler
리턴 void

AddTapGestureHandler() 공개 정적인 메소드

Adds a handler for the TapGesture attached event
public static AddTapGestureHandler ( DependencyObject d, GestureEventHandler handler ) : void
d System.Windows.DependencyObject
handler GestureEventHandler Event handler to be added
리턴 void

RegisterGestureEventSupport() 공개 정적인 메소드

Registers a framework element for gesture recognition. Any element below the root element will be eligable for gesture events and events bubble through the tree like normal routed events
public static RegisterGestureEventSupport ( FrameworkElement root ) : void
root System.Windows.FrameworkElement The root element where gesture support should be supported. This element and any element below it in the tree will get gesture support
리턴 void

RemoveDoubleTapGestureHandler() 공개 정적인 메소드

Removes a handler for the DoubleTapGesture attached event
public static RemoveDoubleTapGestureHandler ( DependencyObject d, GestureEventHandler handler ) : void
d System.Windows.DependencyObject
handler GestureEventHandler Event handler to be removed
리턴 void

RemoveHoldGestureHandler() 공개 정적인 메소드

public static RemoveHoldGestureHandler ( DependencyObject d, GestureEventHandler handler ) : void
d System.Windows.DependencyObject
handler GestureEventHandler
리턴 void

RemoveTapGestureHandler() 공개 정적인 메소드

Removes a handler for the TapGesture attached event
public static RemoveTapGestureHandler ( DependencyObject d, GestureEventHandler handler ) : void
d System.Windows.DependencyObject
handler GestureEventHandler Event handler to be removed
리턴 void

프로퍼티 상세

DoubleTapGestureEvent 공개적으로 정적으로 프로퍼티

DoubleTapGesture Attached Routed Event
public static RoutedEvent,System.Windows DoubleTapGestureEvent
리턴 System.Windows.RoutedEvent

HoldGestureEvent 공개적으로 정적으로 프로퍼티

HoldGesture Attached Routed Event
public static RoutedEvent,System.Windows HoldGestureEvent
리턴 System.Windows.RoutedEvent

TapGestureEvent 공개적으로 정적으로 프로퍼티

TapGesture Attached Routed Event
public static RoutedEvent,System.Windows TapGestureEvent
리턴 System.Windows.RoutedEvent