ConnectedServiceViewModelBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A base class for all view model objects used in Connected Services.
public ref class ConnectedServiceViewModelBase abstract : IDisposable, System::ComponentModel::INotifyPropertyChanged
public abstract class ConnectedServiceViewModelBase : IDisposable, System.ComponentModel.INotifyPropertyChanged
type ConnectedServiceViewModelBase = class
interface INotifyPropertyChanged
interface IDisposable
Public MustInherit Class ConnectedServiceViewModelBase
Implements IDisposable, INotifyPropertyChanged
- Inheritance
-
ConnectedServiceViewModelBase
- Derived
- Implements
Methods
Dispose() |
Releases all resources used by the object. |
Dispose(Boolean) |
Releases the unmanaged resources used by the object and optionally releases the managed resources. |
OnPropertyChanged(String) |
Notifies clients that a property value has changed. |
Events
PropertyChanged |
Occurs when a property value changes. |