UIElement.StylusInRange 이벤트

정의

이 요소 위에 있는 동안 스타일러스가 디지타이저를 검색할 만큼 가까이 있으면 발생합니다.

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

이벤트 유형

구현

설명

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

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

라우팅 이벤트 정보

식별자 필드 StylusInRangeEvent
라우팅 전략 버블링
대리자 StylusEventHandler
  • 해당 터널링 이벤트가 PreviewStylusInRange합니다.

  • 재정의 OnStylusInRange 하여 파생 클래스에서 이 이벤트에 대한 클래스 처리를 구현합니다.

적용 대상