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

L'annotazione che genera l'evento.

action
AnnotationAction

L'operazione autore eseguita: Added, Removed oppure Modified.

author
Object

L'oggetto autore che viene modificato dall'evento.

Eccezioni

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

Commenti

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

Si applica a