ElementPropertyChangedEventArgs.OldValue Property

The value of the attribute before the change

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property OldValue As Object
public Object OldValue { get; }
public:
property Object^ OldValue {
    Object^ get ();
}
member OldValue : Object with get
function get OldValue () : Object

Property Value

Type: Object

.NET Framework Security

See Also

Reference

ElementPropertyChangedEventArgs Class

Microsoft.VisualStudio.Modeling Namespace