DrawingAttributesReplacedEventHandler Delegate

Definition

Represents the method that handles the DefaultDrawingAttributesReplaced event of an InkCanvas.

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)

Parameters

sender
Object

The source of the event.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to