AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Konstruktor
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
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.