StylusButtonEventHandler 委托

定义

表示处理 StylusButtonDown 事件或 StylusButtonUp 事件 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

包含事件数据的 A StylusButtonEventArgs

扩展方法

名称 说明
GetMethodInfo(Delegate)

获取一个对象,该对象表示由指定委托表示的方法。

适用于