AnnotationResourceChangedEventArgs.Action Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.