Android.App.FragmentManager.IsDestroyed Property
Returns true if the final Activity.OnDestroy call has been made on the FragmentManager's Activity, so this instance is now dead.

Syntax

[get: Android.Runtime.Register("isDestroyed", "()Z", "GetIsDestroyedHandler")]
public abstract bool IsDestroyed { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if the final Activity.OnDestroy call has been made on the FragmentManager's Activity, so this instance is now dead.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17