Partage via


StoreContentChangedEventArgs(StoreContentAction, Annotation) Constructeur

Définition

Initialise une nouvelle instance de la classe StoreContentChangedEventArgs(StoreContentAction, Annotation).

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)

Paramètres

action
StoreContentAction

Action de l'événement.

annotation
Annotation

Annotation ajoutée ou supprimée.

Exceptions

annotation ou action est null.

S’applique à