SettingChangingEventArgs.NewValue プロパティ

定義

アプリケーション設定プロパティに割り当てられる新しい値を取得します。

public:
 property System::Object ^ NewValue { System::Object ^ get(); };
public object NewValue { get; }
member this.NewValue : obj
Public ReadOnly Property NewValue As Object

プロパティ値

アプリケーション設定プロパティに割り当てられる新しい値を格納している Object

注釈

プロパティの実際の NewValue 型は、設定されている settings プロパティと互換性がある必要があります。 後者は、 クラスの SettingsProperty プロパティをPropertyType使用できます。

適用対象

こちらもご覧ください