ObservableObject Class
Visual Studio 2015
An object that is observable, that is, it can issue a notification when a property has changed.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | ObservableObject() | Instantiates a new instance of the ObservableObject. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | NotifyPropertyChanged(String) | The method that is called when a property has changed. |
![]() | SetProperty(IntPtr, IntPtr, String) | |
![]() | SetProperty(UIntPtr, UIntPtr, String) | |
![]() | SetProperty<T>(T, T, Action, String) | |
![]() | SetProperty<T>(T, T, Action<T, T>, String) | |
![]() | SetProperty<T>(T, T, String) | |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | 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.
Show:


