AnnotationAuthorChangedEventHandler Делегат

Определение

Представляет метод, обрабатывающий событие AuthorChanged, вызванное классом 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)

Параметры

sender
Object

Источник события.

e
AnnotationAuthorChangedEventArgs

Данные события.

Методы расширения

GetMethodInfo(Delegate)

Получает объект, представляющий метод, представленный указанным делегатом.

Применяется к

См. также раздел