This documentation is archived and is not being maintained.

Annotation.AnchorChanged Event

Occurs when an anchor is added, removed, or modified in the list of annotation Anchors.

Namespace:  System.Windows.Annotations
Assembly:  PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: Not mapped to an xmlns.

'Declaration
Public Event AnchorChanged As AnnotationResourceChangedEventHandler
'Usage
Dim instance As Annotation 
Dim handler As AnnotationResourceChangedEventHandler 

AddHandler instance.AnchorChanged, handler
<object AnchorChanged="AnnotationResourceChangedEventHandler" .../>

In addition to when an anchor is added or removed, AnchorChanged occurs on any modifications to an anchor subpart, such as a change to a ContentLocatorPart.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Show: