Android.App.Activity.OnNavigateUpFromChild Method
This is called when a child activity of this one attempts to navigate up.

Syntax

[Android.Runtime.Register("onNavigateUpFromChild", "(Landroid/app/Activity;)Z", "GetOnNavigateUpFromChild_Landroid_app_Activity_Handler")]
public virtual bool OnNavigateUpFromChild (Activity child)

Parameters

child
The activity making the call.

Returns

Documentation for this section has not yet been entered.

Remarks

This is called when a child activity of this one attempts to navigate up. The default implementation simply calls onNavigateUp() on this activity (the parent).

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16