AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Konstruktor
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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
- author
- Object
Det redigeringsobjekt som ändras av händelsen.
Undantag
annotation eller action är en nullreferens (Nothing i Visual Basic).
action är en ogiltig AnnotationAction.
Kommentarer
AnnotationAuthorChangedEventArgs skickas som en parameter till AnnotationAuthorChangedEventHandler när en AuthorChanged händelse inträffar vid en anteckning.