AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Construtor

Definição

Inicializa uma nova instância da classe 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)

Parâmetros

annotation
Annotation

A anotação que gera o evento.

action
AnnotationAction

A operação que o autor executou: Added, Removed ou Modified.

author
Object

O objeto do autor que está sendo alterado pelo evento.

Exceções

annotation ou action é uma referência nula (Nothing no Visual Basic).

Comentários

AnnotationAuthorChangedEventArgs é passado como um parâmetro para o AnnotationAuthorChangedEventHandler sempre que um AuthorChanged evento ocorre em uma anotação.

Aplica-se a