StoreContentChangedEventArgs(StoreContentAction, Annotation) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
です。