ComponentChangedEventArgs.OldValue プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象