AnnotationStore.AuthorChanged Evento

Definición

Se produce cuando cambia un autor en cualquier Annotation del almacén.

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 de evento

Comentarios

El AnchorChanged evento se puede usar para supervisar los cambios en la anotación Authors contenida en el almacén sin necesidad de registrarse en cada uno de ellos Annotation individualmente.

Se aplica a

Consulte también