AnnotationResourceChangedEventHandler 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 AnchorChanged zdarzenia lub CargoChanged zgłaszane przez klasę Annotation .
public delegate void AnnotationResourceChangedEventHandler(System::Object ^ sender, AnnotationResourceChangedEventArgs ^ e);
public delegate void AnnotationResourceChangedEventHandler(object sender, AnnotationResourceChangedEventArgs e);
type AnnotationResourceChangedEventHandler = delegate of obj * AnnotationResourceChangedEventArgs -> unit
Public Delegate Sub AnnotationResourceChangedEventHandler(sender As Object, e As AnnotationResourceChangedEventArgs)
Parametry
- sender
- Object
Źródło zdarzenia.
Dane dotyczące zdarzenia.
Metody rozszerzania
GetMethodInfo(Delegate) |
Pobiera obiekt reprezentujący metodę reprezentowaną przez określonego delegata. |