AnnotationStore.AuthorChanged Evento

Definição

Ocorre quando um autor em qualquer Annotation no repositório muda.

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

Comentários

O AnchorChanged evento pode ser usado para monitorar alterações na anotação Authors contida no repositório sem a necessidade de se registrar em cada Annotation um individualmente.

Aplica-se a

Confira também