ISupportDisposalNotification.IsDisposed Property

Definition

Determines if the item is disposed.

public:
 property bool IsDisposed { bool get(); };
public:
 property bool IsDisposed { bool get(); };
public bool IsDisposed { get; }
member this.IsDisposed : bool
Public ReadOnly Property IsDisposed As Boolean

Property Value

true if the item is disposed.

Remarks

Changes to this property are notified through PropertyChanged, which allows consumers to easily use weak event listeners through PropertyChangedEventManager.

Applies to