ComponentChangedEventArgs.OldValue 属性

定义

获取已更改成员的旧值。

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

属性值

已更改成员的旧值。 此属性可为 null

注解

仅当成员不是 null时,此属性才有意义。

适用于