AnnotationStore.OnAnchorChanged(AnnotationResourceChangedEventArgs) Method

Definition

Raises the AnchorChanged event.

protected:
 virtual void OnAnchorChanged(System::Windows::Annotations::AnnotationResourceChangedEventArgs ^ args);
protected virtual void OnAnchorChanged (System.Windows.Annotations.AnnotationResourceChangedEventArgs args);
abstract member OnAnchorChanged : System.Windows.Annotations.AnnotationResourceChangedEventArgs -> unit
override this.OnAnchorChanged : System.Windows.Annotations.AnnotationResourceChangedEventArgs -> unit
Protected Overridable Sub OnAnchorChanged (args As AnnotationResourceChangedEventArgs)

Parameters

args
AnnotationResourceChangedEventArgs

The event data.

Applies to

See also