StoreContentChangedEventArgs(StoreContentAction, Annotation) Konstruktor

Definition

Initialisiert eine neue Instanz der StoreContentChangedEventArgs(StoreContentAction, Annotation)-Klasse.

public:
 StoreContentChangedEventArgs(System::Windows::Annotations::Storage::StoreContentAction action, System::Windows::Annotations::Annotation ^ annotation);
public StoreContentChangedEventArgs(System.Windows.Annotations.Storage.StoreContentAction action, System.Windows.Annotations.Annotation annotation);
new System.Windows.Annotations.Storage.StoreContentChangedEventArgs : System.Windows.Annotations.Storage.StoreContentAction * System.Windows.Annotations.Annotation -> System.Windows.Annotations.Storage.StoreContentChangedEventArgs
Public Sub New (action As StoreContentAction, annotation As Annotation)

Parameter

action
StoreContentAction

Die Aktion des Ereignisses.

annotation
Annotation

Die Anmerkung wurde hinzugefügt oder entfernt.

Ausnahmen

annotation oder action ist null.

Gilt für: