Android.App.Activity.NavigateUpToFromChild Method
This is called when a child activity of this one calls its Activity.NavigateUpTo(Android.Content.Intent) method.

Syntax

[Android.Runtime.Register("navigateUpToFromChild", "(Landroid/app/Activity;Landroid/content/Intent;)Z", "GetNavigateUpToFromChild_Landroid_app_Activity_Landroid_content_Intent_Handler")]
public virtual bool NavigateUpToFromChild (Activity child, Android.Content.Intent upIntent)

Parameters

child
The activity making the call.
upIntent
An intent representing the target destination for up navigation

Returns

Documentation for this section has not yet been entered.

Remarks

This is called when a child activity of this one calls its Activity.NavigateUpTo(Android.Content.Intent) method. The default implementation simply calls navigateUpTo(upIntent) 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