ComponentChangedEventArgs.NewValue プロパティ

定義

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

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

プロパティ値

変更されたメンバーの新しい値。 このプロパティは nullできます。

注釈

このプロパティは、メンバーが nullされていない場合にのみ意味します。

適用対象