ConnectedServiceViewModelBase Class

Definition

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)
OnPropertyChanged(String)

Notifies clients that a property value has changed.

Events

PropertyChanged

Occurs when a property value changes.

Applies to