DrawingAttributesReplacedEventHandler Delegat

Definicja

Reprezentuje metodę, która obsługuje DefaultDrawingAttributesReplaced zdarzenie elementu 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)

Parametry

sender
Object

Źródło zdarzenia.

Metody rozszerzania

GetMethodInfo(Delegate)

Pobiera obiekt reprezentujący metodę reprezentowaną przez określonego delegata.

Dotyczy