ISupportDisposalNotification 接口

定义

表示一个对象,该对象可能会被释放,并且可以通知侦听器对处置状态的更改。

public interface class ISupportDisposalNotification : System::ComponentModel::INotifyPropertyChanged
public interface ISupportDisposalNotification : System.ComponentModel.INotifyPropertyChanged
type ISupportDisposalNotification = interface
    interface INotifyPropertyChanged
Public Interface ISupportDisposalNotification
Implements INotifyPropertyChanged
派生
实现

注解

保存对此接口的实例的引用的对象应监视属性的属性更改 IsDisposed ,并在属性的值变为时释放其引用 true

属性

IsDisposed

确定项是否已释放。

适用于