AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
- 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.