Android.App.Activity.OnDetachedFromWindow Method
Called when the main window associated with the activity has been detached from the window manager.

Syntax

[Android.Runtime.Register("onDetachedFromWindow", "()V", "GetOnDetachedFromWindowHandler")]
public virtual void OnDetachedFromWindow ()

See Also

Android.Views.View.OnDetachedFromWindow

Remarks

Called when the main window associated with the activity has been detached from the window manager. See Android.Views.View.OnDetachedFromWindow for more information.

[Android Documentation]

Requirements

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