Annotation.AnchorChanged 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在批注 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的更改。