Android.App.Fragment.OnResume Method
Called when the fragment is visible to the user and actively running.

Syntax

[Android.Runtime.Register("onResume", "()V", "GetOnResumeHandler")]
public virtual void OnResume ()

Remarks

Called when the fragment is visible to the user and actively running. This is generally tied to Activity.OnResume 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