StoreContentChangedEventArgs.Action Property

Definition

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