Android.Views.View.OnStartTemporaryDetach Method
This is called when a container is going to temporarily detach a child, with ViewGroup.DetachViewFromParent(View).

Syntax

[Android.Runtime.Register("onStartTemporaryDetach", "()V", "GetOnStartTemporaryDetachHandler")]
public virtual void OnStartTemporaryDetach ()

Remarks

This is called when a container is going to temporarily detach a child, with ViewGroup.DetachViewFromParent(View). It will either be followed by View.OnFinishTemporaryDetach or View.OnDetachedFromWindow when the container is done.

[Android Documentation]

Requirements

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