AnnotationStore.AuthorChanged Evento

Definizione

Si verifica quando cambia un autore su qualsiasi Annotation nell'archivio.

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 

Tipo evento

Commenti

L'evento AnchorChanged può essere usato per monitorare le modifiche apportate all'annotazione Authors contenuta nell'archivio senza la necessità di registrarsi singolarmente.Annotation

Si applica a

Vedi anche