NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentChangedEventArgs.OldValue

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;

Property Value

The old value of the changed member.

Remarks

This property has meaning only if the member is not a null reference (in Visual Basic Nothing).

See Also

ComponentChangedEventArgs Class | ComponentChangedEventArgs Members | System.ComponentModel.Design Namespace