Annotation.AnchorChanged 事件

定义

在批注 Anchors 的列表中添加、移除或修改定位点时发生。

public:
 event System::Windows::Annotations::AnnotationResourceChangedEventHandler ^ AnchorChanged;
public event System.Windows.Annotations.AnnotationResourceChangedEventHandler AnchorChanged;
member this.AnchorChanged : System.Windows.Annotations.AnnotationResourceChangedEventHandler 
Public Custom Event AnchorChanged As AnnotationResourceChangedEventHandler 
Public Event AnchorChanged As AnnotationResourceChangedEventHandler 

事件类型

注解

除了添加或删除定位点时, AnchorChanged 还会在对定位点子部分进行任何修改时发生,例如对 ContentLocatorPart的更改。

适用于