PropertyChanged Constructor (String, String, String)

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

.NET Framework Security

See Also

Reference

PropertyChanged Class

PropertyChanged Overload

Microsoft.TeamFoundation.Server Namespace