EngineObject.IsDisposed Property
Gets a value that tells whether the current EngineObject has been disposed.
Syntax
public System.Boolean IsDisposed { get; }
Property Value
True if the current instance has been disposed; otherwise, False.
Remarks
If you get errors about views being disposed while trying to swap between views in a MapControl, it could be the case that the MapControls have ownership of your views while you'd like the application to own your views with MapControl.ViewOwnership = Application. You might also want to set View.UpdateEnabled = false before switching views.
Platforms
Windows, Linux, Android