StoreContentChangedEventArgs(StoreContentAction, Annotation) Конструктор

Определение

Инициализирует новый экземпляр класса 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)

Параметры

action
StoreContentAction

Действие, вызвавшее событие.

annotation
Annotation

Добавленная или удаленная заметка.

Исключения

Параметр annotation или action имеет значение null.

Применяется к