ComponentChangedEventArgs.NewValue プロパティ

定義

変更されたメンバーの変更後の値を取得します。

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

プロパティ値

変更されたメンバーの変更後の値。 このプロパティは null に設定できます。

注釈

このプロパティは、 メンバーが でない null場合にのみ意味を持ちます。

適用対象