AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Construtor

Definição

Inicializa uma nova instância da AnnotationAuthorChangedEventArgs classe.

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 eleva o evento.

action
AnnotationAction

A operação do autor realizada: Added, Removed, ou Modified.

author
Object

O objeto do autor é alterado pelo evento.

Exceções

annotation ou action é uma referência nula (Nada em Visual Basic).

Observações

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

Aplica-se a