AnnotationStore.AuthorChanged イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ストア内の任意の 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 イベントを使用すると、各Annotationに個別に登録しなくても、ストアに含まれる注釈Authorsへの変更を監視できます。