ComponentChangedEventArgs::OldValue Property

 

Gets the old value of the changed member.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
property Object^ OldValue {
	Object^ get();
}

Property Value

Type: System::Object^

The old value of the changed member. This property can be null.

This property has meaning only if the member is not null.

.NET Framework
Available since 1.1
Return to top
Show: