StoreContentChangedEventArgs.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 performed.
public:
property System::Windows::Annotations::Storage::StoreContentAction Action { System::Windows::Annotations::Storage::StoreContentAction get(); };
public System.Windows.Annotations.Storage.StoreContentAction Action { get; }
member this.Action : System.Windows.Annotations.Storage.StoreContentAction
Public ReadOnly Property Action As StoreContentAction
Property Value
An action Added or Deleted value that identifies the operation performed.
Remarks
The annotation affected is specified in the Annotation property.
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.