Android.App.Fragment.OnStart Method
Called when the Fragment is visible to the user.

Syntax

[Android.Runtime.Register("onStart", "()V", "GetOnStartHandler")]
public virtual void OnStart ()

Remarks

Called when the Fragment is visible to the user. This is generally tied to Activity.OnStart 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