AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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).
action ist ungültig AnnotationAction.
Hinweise
AnnotationAuthorChangedEventArgs wird als Parameter an das AnnotationAuthorChangedEventHandler Ereignis übergeben, wenn ein AuthorChanged Ereignis für eine Anmerkung auftritt.