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

事件的來源。

擴充方法

GetMethodInfo(Delegate)

取得表示特定委派所代表之方法的物件。

適用於