DrawingAttributesReplacedEventHandler Delegar

Definição

Representa o método que gere o DefaultDrawingAttributesReplaced evento de um 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)

Parâmetros

sender
Object

A origem do evento.

Métodos da Extensão

Name Description
GetMethodInfo(Delegate)

Obtém um objeto que representa o método representado pelo delegado especificado.

Aplica-se a