DrawingAttributesReplacedEventHandler Delegat
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.
Element DrawingAttributesReplacedEventArgs zawierający dane zdarzenia.
Metody rozszerzania
| GetMethodInfo(Delegate) |
Pobiera obiekt reprezentujący metodę reprezentowaną przez określonego delegata. |