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 | |
---|---|---|
Error | (Inherited from IDataErrorInfo.) |
|
InvalidProperties | Gets a list of property names that are invalid. |
|
IsDirty | Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save. |
|
Item[String] | (Inherited from IDataErrorInfo.) |
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from INotifyPropertyChanged.) |
See Also
IDataErrorInfo
INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top