IPropertyOwner Interface

 

Provides a common interface for objects that support property binding.

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

Syntax

public interface IPropertyOwner : IDataErrorInfo, INotifyPropertyChanged
public interface class IPropertyOwner : IDataErrorInfo, INotifyPropertyChanged
type IPropertyOwner = 
    interface
        interface IDataErrorInfo
        interface INotifyPropertyChanged
    end
Public Interface IPropertyOwner
    Inherits IDataErrorInfo, INotifyPropertyChanged

Properties

Name Description
System_CAPS_pubproperty Error

(Inherited from IDataErrorInfo.)

System_CAPS_pubproperty InvalidProperties

Gets a list of property names that are invalid.

System_CAPS_pubproperty IsDirty

Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save.

System_CAPS_pubproperty Item[String]

(Inherited from IDataErrorInfo.)

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

IDataErrorInfo
INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top