AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Konstruktor

Definition

Initialisiert eine neue Instanz der AnnotationAuthorChangedEventArgs-Klasse.

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)

Parameter

annotation
Annotation

Die Anmerkung, die das Ereignis auslöst.

action
AnnotationAction

Der durchgeführte Erstellungsvorgang: Added, Removed oder Modified.

author
Object

Das Erstellungsobjekt, das vom Ereignis geändert wird.

Ausnahmen

annotation oder action ist ein NULL-Verweis (Nothing in Visual Basic).

action ist eine ungültige AnnotationAction.

Hinweise

AnnotationAuthorChangedEventArgs wird als Parameter an das übergeben, AnnotationAuthorChangedEventHandler wenn ein AuthorChanged Ereignis für eine Anmerkung auftritt.

Gilt für: