AnnotationAuthorChangedEventHandler Delegat

Definicja

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.

e
AnnotationAuthorChangedEventArgs

Dane dotyczące zdarzenia.

Metody rozszerzania

GetMethodInfo(Delegate)

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

Dotyczy

Zobacz też