Android.App.Fragment.OnDestroy Method
Called when the fragment is no longer in use.

Syntax

[Android.Runtime.Register("onDestroy", "()V", "GetOnDestroyHandler")]
public virtual void OnDestroy ()

Remarks

Called when the fragment is no longer in use. This is called after Fragment.OnStop and before Fragment.OnDetach.

[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