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 。