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

加入或移除的附註。

例外狀況

annotationactionnull

適用於