DrawingAttributesReplacedEventHandler 委托

定义

表示处理 InkCanvasDefaultDrawingAttributesReplaced 事件的方法。

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)

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

适用于