Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Protected Sub OnPropertyChanged ( _
    propertyName As String _
)
protected void OnPropertyChanged(
    string propertyName
)
protected:
void OnPropertyChanged(
    String^ propertyName
)
member OnPropertyChanged : 
        propertyName:string -> unit
protected function OnPropertyChanged(
    propertyName : String
)
Parameters
- propertyName
 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.