- child
- The activity making the call.
- upIntent
- An intent representing the target destination for up navigation
Documentation for this section has not yet been entered.
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).