isDisposed property
bool
get
isDisposed
Indicates whether the view model instance has been disposed.
After disposal, the view model instance and its associated properties become unusable.
Implementation
bool get isDisposed;