Udostępnij przez


AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

annotation
Annotation

Adnotacja wywołująca zdarzenie.

action
AnnotationAction

Wykonano operację tworzenia: Added, Removedlub Modified.

author
Object

Obiekt autora zmieniany przez zdarzenie.

Wyjątki

annotation lub action jest odwołaniem o wartości null (Nic w Visual Basic).

action jest nieprawidłowym AnnotationActionelementem .

Uwagi

Element AnnotationAuthorChangedEventArgs jest przekazywany jako parametr do AnnotationAuthorChangedEventHandler elementu przy każdym AuthorChanged wystąpieniu zdarzenia w adnotacji.

Dotyczy