Android.App.Fragment.IsAdded Property
Return true if the fragment is currently added to its activity.

Syntax

[get: Android.Runtime.Register("isAdded", "()Z", "GetIsAddedHandler")]
public bool IsAdded { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return true if the fragment is currently added to 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