StylusButtonEventHandler 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示处理 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
事件源。
包含事件数据的 StylusButtonEventArgs。
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。 |