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
Объект автора, измененный событием.
Исключения
annotation
или action
— пустая ссылка (Nothing в Visual Basic).
action
не является допустимым AnnotationAction.
Комментарии
AnnotationAuthorChangedEventArgs передается в качестве параметра в AnnotationAuthorChangedEventHandler при каждом AuthorChanged возникновении события в заметке.