Android.App.Fragment.OnPause Method
Called when the Fragment is no longer resumed.

Syntax

[Android.Runtime.Register("onPause", "()V", "GetOnPauseHandler")]
public virtual void OnPause ()

Remarks

Called when the Fragment is no longer resumed. This is generally tied to Activity.OnPause 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