AnnotationStore.AnchorChanged Evento

Definición

Se produce cuando cambia un delimitador en cualquier Annotation del almacén.

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 

Tipo de evento

Comentarios

El AnchorChanged evento se puede usar para supervisar los cambios en la anotación Anchors contenida en el almacén sin necesidad de registrarse en cada Annotation uno individualmente.

Se aplica a

Consulte también