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 Ausgeführte Erstellungsvorgang: Added, Removed, oder Modified.

author
Object

Das Autorobjekt, das vom Ereignis geändert wird.

Ausnahmen

annotation oder action ist ein Nullverweis (Nothing in Visual Basic).

Hinweise

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

Gilt für: