ObservableObject Class

 

An object that is observable, that is, it can issue a notification when a property has changed.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

System.Object
  Microsoft.VisualStudio.PlatformUI.ObservableObject

[DataContractAttribute]
public class ObservableObject : INotifyPropertyChanged

NameDescription
System_CAPS_pubmethodObservableObject()

Instantiates a new instance of the ObservableObject.

NameDescription
System_CAPS_pubeventPropertyChanged

The event that is raised when a property has changed.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: