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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel Namespace