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 genera el evento.

action
AnnotationAction

La operación de autor realizada: Added, Removedo Modified.

author
Object

Objeto author que cambia el evento.

Excepciones

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

action es un valor no válido AnnotationAction.

Comentarios

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

Se aplica a