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 または actionnull です。

適用対象