Язык

AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Конструктор

Определение

Инициализирует новый экземпляр класса AnnotationAuthorChangedEventArgs.

public:
 AnnotationAuthorChangedEventArgs(System::Windows::Annotations::Annotation ^ annotation, System::Windows::Annotations::AnnotationAction action, System::Object ^ author);
public AnnotationAuthorChangedEventArgs(System.Windows.Annotations.Annotation annotation, System.Windows.Annotations.AnnotationAction action, object author);
new System.Windows.Annotations.AnnotationAuthorChangedEventArgs : System.Windows.Annotations.Annotation * System.Windows.Annotations.AnnotationAction * obj -> System.Windows.Annotations.AnnotationAuthorChangedEventArgs
Public Sub New (annotation As Annotation, action As AnnotationAction, author As Object)

Параметры

annotation
Annotation

Заметка, вызывающая событие.

action
AnnotationAction

Операция автора выполнена: Added, Removedили Modified.

author
Object

Объект author, изменяемый событием.

Исключения

annotation или action является пустой ссылкой (Nothing в Visual Basic).

action является недопустимым AnnotationAction.

Комментарии

AnnotationAuthorChangedEventArgs передается в качестве параметра AnnotationAuthorChangedEventHandler при каждом AuthorChanged возникновении события в заметке.

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