StylusDownEventHandler 대리자

정의

StylusDown 이벤트뿐만 아니라 해당 미리 보기 이벤트를 포함한 여러 변형을 처리하는 메서드를 나타냅니다. 또한 기본 요소 클래스의 이벤트를 다시 노출합니다.

public delegate void StylusDownEventHandler(System::Object ^ sender, StylusDownEventArgs ^ e);
public delegate void StylusDownEventHandler(object sender, StylusDownEventArgs e);
type StylusDownEventHandler = delegate of obj * StylusDownEventArgs -> unit
Public Delegate Sub StylusDownEventHandler(sender As Object, e As StylusDownEventArgs)

매개 변수

sender
Object

이벤트 소스입니다.

e
StylusDownEventArgs

이벤트 데이터를 포함하는 StylusDownEventArgs입니다. .

설명

이 대리자는 일반적으로 라우트된 이벤트에 해당합니다. 특히 이벤트 데이터를 확인 합니다 Source 속성, 이벤트를 발생 시킨 요소를 확인 합니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상