InkCanvasSelectionEditingEventHandler 委托

定义

表示一种方法,可处理因 InkCanvas 上发生更改而引发的两个事件:SelectionMoving 事件或 SelectionResizing 事件。

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

参数

sender
Object

事件源。

扩展方法

GetMethodInfo(Delegate)

获取指示指定委托表示的方法的对象。

适用于