InkCanvasStrokesReplacedEventHandler 委托
定义
表示将用来处理 StrokesReplaced 的 InkCanvas 事件的方法。Represents the method that will handle the StrokesReplaced event of a InkCanvas.
public delegate void InkCanvasStrokesReplacedEventHandler(System::Object ^ sender, InkCanvasStrokesReplacedEventArgs ^ e);
public delegate void InkCanvasStrokesReplacedEventHandler(object sender, InkCanvasStrokesReplacedEventArgs e);
type InkCanvasStrokesReplacedEventHandler = delegate of obj * InkCanvasStrokesReplacedEventArgs -> unit
Public Delegate Sub InkCanvasStrokesReplacedEventHandler(sender As Object, e As InkCanvasStrokesReplacedEventArgs)
参数
- sender
- Object
事件源。The source of the event.
事件数据。The event data.
- 继承
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。Gets an object that represents the method represented by the specified delegate. |