AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Konstruktor

Definition

Initierar en ny instans av AnnotationAuthorChangedEventArgs klassen.

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)

Parametrar

annotation
Annotation

Kommentaren som väcker händelsen.

action
AnnotationAction

Redigeringsåtgärden utfördes: Added, Removedeller Modified.

author
Object

Det redigeringsobjekt som ändras av händelsen.

Undantag

annotation eller action är en nullreferens (Nothing i Visual Basic).

Kommentarer

AnnotationAuthorChangedEventArgs skickas som en parameter till AnnotationAuthorChangedEventHandler när en AuthorChanged händelse inträffar vid en anteckning.

Gäller för