Modifier

AnnotationResourceChangedEventArgs.Action Property

Definition

Gets the action of the annotation Resource.

public:
 property System::Windows::Annotations::AnnotationAction Action { System::Windows::Annotations::AnnotationAction get(); };
public System.Windows.Annotations.AnnotationAction Action { get; }
member this.Action : System.Windows.Annotations.AnnotationAction
Public ReadOnly Property Action As AnnotationAction

Property Value

The action of the annotation Resource.

Remarks

The AnnotationResourceChangedEventHandler is called when an Anchors or Cargos resource is Added, Removed, or Modified.

Applies to