StoreContentChangedEventArgs(StoreContentAction, Annotation) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da StoreContentChangedEventArgs(StoreContentAction, Annotation) classe.
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
A ação do evento.
- annotation
- Annotation
A anotação adicionada ou removida.
Exceções
annotation ou action é null.