StylusSystemGestureEventHandler 委托
定义
表示处理 UIElement 的 StylusSystemGesture 事件的方法。Represents the method that handles the StylusSystemGesture event of a UIElement.
public delegate void StylusSystemGestureEventHandler(System::Object ^ sender, StylusSystemGestureEventArgs ^ e);
public delegate void StylusSystemGestureEventHandler(object sender, StylusSystemGestureEventArgs e);
type StylusSystemGestureEventHandler = delegate of obj * StylusSystemGestureEventArgs -> unit
Public Delegate Sub StylusSystemGestureEventHandler(sender As Object, e As StylusSystemGestureEventArgs)
参数
- sender
- Object
事件源。The source of the event.
包含事件数据的 StylusSystemGestureEventArgs。A StylusSystemGestureEventArgs that contains the event data.
- 继承
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。Gets an object that represents the method represented by the specified delegate. |