AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Constructor

Definición

Inicializa una nueva instancia de la clase 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

Anotación que provoca el evento.

action
AnnotationAction

La operación del autor realizó: Added, Removed o Modified.

author
Object

Objeto del autor que el evento está cambiando.

Excepciones

annotation o action es una referencia nula (Nothing en Visual Basic).

Comentarios

AnnotationAuthorChangedEventArgs se pasa como un parámetro a AnnotationAuthorChangedEventHandler cada vez que se produce un AuthorChanged evento en una anotación.

Se aplica a