DrawingAttributesReplacedEventHandler 代理人

定義

DefaultDrawingAttributesReplacedInkCanvas イベントを処理するメソッドを表します。

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

パラメーター

sender
Object

イベントのソース。

e
DrawingAttributesReplacedEventArgs

イベント データを格納している DrawingAttributesReplacedEventArgs

拡張メソッド

GetMethodInfo(Delegate)

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

適用対象