次の方法で共有


ComponentChangedEventArgs.OldValue プロパティ

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

Public ReadOnly Property OldValue As Object
[C#]
public object OldValue {get;}
[C++]
public: __property Object* get_OldValue();
[JScript]
public function get OldValue() : Object;

プロパティ値

変更されたメンバの変更前の値。このプロパティは null 参照 (Visual Basic では Nothing) に設定できます。

解説

このプロパティは、メンバが null 参照 (Visual Basic では Nothing) 以外の場合にだけ有効です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ComponentChangedEventArgs クラス | ComponentChangedEventArgs メンバ | System.ComponentModel.Design 名前空間