Gets or sets the old value of the changed member.
[Visual Basic] Public ReadOnly Property OldValue As Object [C#] public object OldValue {get;} [C++] public: __property Object* get_OldValue(); [JScript] public function get OldValue() : Object;
The old value of the changed member.
This property has meaning only if the member is not a null reference (in Visual Basic Nothing).
ComponentChangedEventArgs Class | ComponentChangedEventArgs Members | System.ComponentModel.Design Namespace