Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String, _
    oldValue As String, _
    newValue As String _
)
public PropertyChanged(
    string name,
    string oldValue,
    string newValue
)
public:
PropertyChanged(
    String^ name, 
    String^ oldValue, 
    String^ newValue
)
new : 
        name:string * 
        oldValue:string * 
        newValue:string -> PropertyChanged
public function PropertyChanged(
    name : String, 
    oldValue : String, 
    newValue : String
)
Parameters
- name
 Type: System.String
- oldValue
 Type: System.String
- newValue
 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.