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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.