AnnotationStore.AuthorChanged Событие

Определение

Происходит при изменении автора любого объекта Annotation в хранилище.

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 

Тип события

Комментарии

Событие AnchorChanged можно использовать для отслеживания изменений заметки Authors , содержащейся в хранилище, без необходимости регистрации в каждой Annotation отдельной заметке.

Применяется к

См. также раздел