CatalogObject.NotifyPropertyChanged Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected Sub NotifyPropertyChanged ( _
    propertyName As String _
)
protected void NotifyPropertyChanged(
    string propertyName
)
protected:
void NotifyPropertyChanged(
    String^ propertyName
)
member NotifyPropertyChanged : 
        propertyName:string -> unit
protected function NotifyPropertyChanged(
    propertyName : String
)

Parameters

.NET Framework Security

See Also

Reference

CatalogObject Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace