ConnectedServiceViewModelBase 类

定义

连接服务中使用的所有视图模型对象的基类。

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
继承
ConnectedServiceViewModelBase
派生
实现

方法

Dispose()

释放由该对象使用的所有资源。

Dispose(Boolean)

释放由该对象使用的非托管资源,并可以选择释放托管资源。

OnPropertyChanged(String)

通知客户端属性值已更改。

事件

PropertyChanged

在属性值更改时发生。

适用于