StoreContentChangedEventArgs(StoreContentAction, Annotation) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

action
StoreContentAction

Acción del evento.

annotation
Annotation

Anotación agregada o quitada.

Excepciones

annotation o action es null.

Se aplica a