Android.App.Activity.OnAttachFragment Method
Called when a Fragment is being attached to this activity, immediately after the call to its Fragment.OnAttach(Activity) method and before Fragment.OnCreate(Android.OS.Bundle).

Syntax

[Android.Runtime.Register("onAttachFragment", "(Landroid/app/Fragment;)V", "GetOnAttachFragment_Landroid_app_Fragment_Handler")]
public virtual void OnAttachFragment (Fragment fragment)

Parameters

fragment
Documentation for this section has not yet been entered.

Remarks

Called when a Fragment is being attached to this activity, immediately after the call to its Fragment.OnAttach(Activity) method and before Fragment.OnCreate(Android.OS.Bundle).

[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