StylusButtonEventHandler 대리자

정의

StylusButtonDownStylusButtonUp 이벤트 또는 UIElement 이벤트를 처리하는 메서드를 나타냅니다.

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

매개 변수

sender
Object

이벤트 소스입니다.

e
StylusButtonEventArgs

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

확장 메서드

GetMethodInfo(Delegate)

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

적용 대상