ISupportDisposalNotification.IsDisposed Property
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.
Determines if the item is disposed. Changes to this property are notified through INotifyPropertyChanged.PropertyChanged, which allows consumers to easily use weak event listeners through PropertyChangedEventManager.
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.