UIElement.StylusInAirMove 이벤트

정의

스타일러스가 디지타이저를 실제로 건드리지 않고 요소 위로 움직이면 발생합니다.

public:
 virtual event System::Windows::Input::StylusEventHandler ^ StylusInAirMove;
public event System.Windows.Input.StylusEventHandler StylusInAirMove;
member this.StylusInAirMove : System.Windows.Input.StylusEventHandler 
Public Custom Event StylusInAirMove As StylusEventHandler 

이벤트 유형

구현

설명

이 이벤트는 가 기본 요소로 상속될 때 UIElement 클래스 멤버 목록의 일부가 되도록 StylusInAirMove 이 클래스에 연결된 이벤트에 대한 Stylus.StylusInAirMove 별칭을 만듭니다. 이벤트에 연결된 StylusInAirMove 이벤트 처리기는 기본 Stylus.StylusInAirMove 연결된 이벤트에 연결되고 동일한 이벤트 데이터 instance 받습니다.

터치, 마우스 및 스타일러스 입력은 특정 관계에 존재합니다. 자세한 내용은 입력 개요합니다.

라우팅 이벤트 정보

식별자 필드 StylusInAirMoveEvent
라우팅 전략 버블링
대리자 StylusEventHandler

적용 대상