HostItemChangedEventArgs.IChangedEventArgs.OldValue Property

Gets the old property value.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Private ReadOnly Property OldValue As String 
    Implements IChangedEventArgs.OldValue
'Usage
Dim instance As HostItemChangedEventArgs 
Dim value As String 

value = CType(instance, IChangedEventArgs).OldValue
string IChangedEventArgs.OldValue { get; }
private:
virtual property String^ OldValue {
    String^ get () sealed = IChangedEventArgs::OldValue::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.String
The old property value.

Implements

IChangedEventArgs.OldValue

.NET Framework Security

See Also

Reference

HostItemChangedEventArgs Class

HostItemChangedEventArgs Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace