ViewStateChangedEventArgs.OldValue 属性

定义

获取当前特性键/值对中的键的旧值。

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

属性值

一个包含键值的对象。

适用于