PropertyOwner.NotifyPropertyChanged Method

Unconditionally notify for a property.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Sub NotifyPropertyChanged ( _
    property As String _
)
public void NotifyPropertyChanged(
    string property
)
public:
void NotifyPropertyChanged(
    String^ property
)
member NotifyPropertyChanged : 
        property:string -> unit
public function NotifyPropertyChanged(
    property : String
)

Parameters

  • property
    Type: String

.NET Framework Security

See Also

Reference

PropertyOwner Class

Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace