View.ViewAttachedToWindowEventArgs Class

Definition

Provides data for the ViewAttachedToWindow event.

public class View.ViewAttachedToWindowEventArgs : EventArgs
type View.ViewAttachedToWindowEventArgs = class
    inherit EventArgs
Inheritance
View.ViewAttachedToWindowEventArgs

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

Name Description
View.ViewAttachedToWindowEventArgs(View)

Initializes the managed event data passed to the associated callback.

Properties

Name Description
AttachedView

Gets the view that was attached to the window.

Applies to