UIElement.StylusButtonUp 이벤트

정의

포인터가 이 요소 위에 있는 동안 스타일러스 단추를 놓으면 발생합니다.

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

이벤트 유형

구현

설명

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

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

라우팅 이벤트 정보

식별자 필드 StylusButtonUpEvent
라우팅 전략 버블링
대리자 StylusButtonEventHandler

적용 대상

추가 정보