Android.App.Fragment.IsRemoving Property
Return true if this fragment is currently being removed from its activity.

Syntax

[get: Android.Runtime.Register("isRemoving", "()Z", "GetIsRemovingHandler")]
public bool IsRemoving { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return true if this fragment is currently being removed from its activity. This is not whether its activity is finishing, but rather whether it is in the process of being removed from its activity.

[Android Documentation]

Requirements

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