Language

ViewStub.InflateEventArgs Class

Definition

Provides data for the InflateEvent event.

public class ViewStub.InflateEventArgs : EventArgs
type ViewStub.InflateEventArgs = class
    inherit EventArgs
Inheritance
ViewStub.InflateEventArgs

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
ViewStub.InflateEventArgs(View)

Initializes the managed event data passed to the associated callback.

Properties

Name Description
Inflated

Gets the view inflated by the view stub.

Applies to