UIElement.PreviewStylusInRange 이벤트
정의
이 요소 위에 있는 동안 스타일러스가 디지타이저를 검색할 만큼 가까이 있으면 발생합니다.Occurs when the stylus is close enough to the digitizer to be detected, while over this element.
public:
virtual event System::Windows::Input::StylusEventHandler ^ PreviewStylusInRange;
public event System.Windows.Input.StylusEventHandler PreviewStylusInRange;
member this.PreviewStylusInRange : System.Windows.Input.StylusEventHandler
Public Custom Event PreviewStylusInRange As StylusEventHandler
구현
설명
이 이벤트는이 클래스에 대해 연결 된 Stylus.PreviewStylusInRange 이벤트에 대 한 별칭을 만듭니다. 따라서 UIElement 기본 요소로 상속 될 때 PreviewStylusInRange 클래스 멤버 목록의 일부가 됩니다.This event creates an alias for the Stylus.PreviewStylusInRange attached event for this class, so that PreviewStylusInRange is part of the class members list when UIElement is inherited as a base element. PreviewStylusInRange 이벤트에 연결 된 이벤트 처리기는 기본 Stylus.PreviewStylusInRange 연결 된 이벤트에 연결 되며 동일한 이벤트 데이터 인스턴스를 수신 합니다.Event handlers that are attached to the PreviewStylusInRange event are attached to the underlying Stylus.PreviewStylusInRange attached event and receive the same event data instance.
특정 관계에 터치, 마우스 및 스타일러스 입력이 있습니다.Touch, mouse, and stylus input exist in a particular relationship. 자세한 내용은 입력 개요합니다.For more information, see Input Overview.
라우팅 이벤트 정보Routed Event Information
식별자 필드Identifier field | PreviewStylusInRangeEvent |
라우팅 전략Routing strategy | 터널링Tunneling |
대리자Delegate | StylusEventHandler |
해당 버블링 이벤트가 StylusInRange합니다.The corresponding bubbling event is StylusInRange.
파생 클래스에서이 이벤트에 대 한 클래스 처리를 구현 하려면 OnPreviewStylusInRange를 재정의 합니다.Override OnPreviewStylusInRange to implement class handling for this event in derived classes.