DataChangingEventArgs.OldPropertyValue Property

Gets the old property value.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property OldPropertyValue As String
    Get
    Private Set
'Usage
Dim instance As DataChangingEventArgs
Dim value As String

value = instance.OldPropertyValue
public string OldPropertyValue { get; private set; }
public:
property String^ OldPropertyValue {
    String^ get ();
    private: void set (String^ value);
}
function get OldPropertyValue () : String
private function set OldPropertyValue (value : String)
member OldPropertyValue : string with get, private set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DataChangingEventArgs Class

DataChangingEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel Namespace