AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

annotation
Annotation

Annotazione che genera l'evento.

action
AnnotationAction

Operazione dell'autore eseguita: Added, Removedo Modified.

author
Object

Oggetto autore modificato dall'evento.

Eccezioni

annotation o action è un riferimento Null (Nothing in Visual Basic).

action è un oggetto non valido AnnotationAction.

Commenti

AnnotationAuthorChangedEventArgs viene passato come parametro all'oggetto AnnotationAuthorChangedEventHandler ogni volta che si verifica un AuthorChanged evento in un'annotazione.

Si applica a