Android.App.Fragment.OnStop Method
Called when the Fragment is no longer started.

Syntax

[Android.Runtime.Register("onStop", "()V", "GetOnStopHandler")]
public virtual void OnStop ()

Remarks

Called when the Fragment is no longer started. This is generally tied to Activity.OnStop of the containing Activity's lifecycle.

[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