Share via


AutomationPropertyChangedEventArgs.OldValue プロパティ

定義

変更されたプロパティの元の値を取得します。

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

プロパティ値

Object

プロパティの前の値。前の値がすぐに使用できない場合は null (NothingVisual Basic)。

注釈

UI オートメーションクライアントは、プロパティの適切な型に値をキャストする必要があります。

適用対象