DrawingAttributesReplacedEventHandler Delegato

Definizione

Rappresenta il metodo di gestione dell'evento DefaultDrawingAttributesReplaced di un oggetto 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)

Parametri

sender
Object

Origine dell'evento.

e
DrawingAttributesReplacedEventArgs

Oggetto DrawingAttributesReplacedEventArgs che contiene i dati dell'evento.

Metodi di estensione

GetMethodInfo(Delegate)

Ottiene un oggetto che rappresenta il metodo rappresentato dal delegato specificato.

Si applica a