InkCanvasSelectionEditingEventHandler 代理人

定義

InkCanvas で変更が発生するときに発生する 2 つのイベント (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

イベントのソース。

e
InkCanvasSelectionEditingEventArgs

イベントのデータ。

拡張メソッド

GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象