Android.App.Fragment.OnDetach Method
Called when the fragment is no longer attached to its activity.

Syntax

[Android.Runtime.Register("onDetach", "()V", "GetOnDetachHandler")]
public virtual void OnDetach ()

Remarks

Called when the fragment is no longer attached to its activity. This is called after Fragment.OnDestroy.

[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