Android.App.Activity.OnAttachedToWindow Method
Called when the main window associated with the activity has been attached to the window manager.

Syntax

[Android.Runtime.Register("onAttachedToWindow", "()V", "GetOnAttachedToWindowHandler")]
public virtual void OnAttachedToWindow ()

See Also

Android.Views.View.OnAttachedToWindow

Remarks

Called when the main window associated with the activity has been attached to the window manager. See Android.Views.View.OnAttachedToWindow 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