AnnotationAuthorChangedEventHandler Delegat
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Reprezentuje metodę, która obsługuje AuthorChanged zdarzenie zgłoszone przez klasę Annotation .
public delegate void AnnotationAuthorChangedEventHandler(System::Object ^ sender, AnnotationAuthorChangedEventArgs ^ e);
public delegate void AnnotationAuthorChangedEventHandler(object sender, AnnotationAuthorChangedEventArgs e);
type AnnotationAuthorChangedEventHandler = delegate of obj * AnnotationAuthorChangedEventArgs -> unit
Public Delegate Sub AnnotationAuthorChangedEventHandler(sender As Object, e As AnnotationAuthorChangedEventArgs)
Parametry
- sender
- Object
Źródło zdarzenia.
Dane dotyczące zdarzenia.
Metody rozszerzania
| Nazwa | Opis |
|---|---|
| GetMethodInfo(Delegate) |
Pobiera obiekt reprezentujący metodę reprezentowaną przez określonego delegata. |