InkCanvasStrokesReplacedEventHandler 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
StrokesReplaced の 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
イベントのソース。
イベントのデータ。
拡張メソッド
GetMethodInfo(Delegate) |
指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。 |