AnnotationStore.AuthorChanged Event

Definition

Occurs when an author on any Annotation in the store changes.

public:
 event System::Windows::Annotations::AnnotationAuthorChangedEventHandler ^ AuthorChanged;
public event System.Windows.Annotations.AnnotationAuthorChangedEventHandler AuthorChanged;
member this.AuthorChanged : System.Windows.Annotations.AnnotationAuthorChangedEventHandler 
Public Custom Event AuthorChanged As AnnotationAuthorChangedEventHandler 
Public Event AuthorChanged As AnnotationAuthorChangedEventHandler 

Event Type

Remarks

The AnchorChanged event can be used to monitor changes to the annotation Authors contained in the store without the need to register on each Annotation individually.

Applies to

See also