ViewTreeObserver.IOnWindowAttachListener.OnWindowAttached 方法

定义

视图层次结构附加到窗口时要调用的回调方法

[Android.Runtime.Register("onWindowAttached", "()V", "GetOnWindowAttachedHandler:Android.Views.ViewTreeObserver/IOnWindowAttachListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnWindowAttached ();
[<Android.Runtime.Register("onWindowAttached", "()V", "GetOnWindowAttachedHandler:Android.Views.ViewTreeObserver/IOnWindowAttachListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnWindowAttached : unit -> unit
属性

注解

视图层次结构附加到窗口时要调用的回调方法

适用于 . 的 android.view.ViewTreeObserver.OnWindowAttachListener.onWindowAttached()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于