ViewGroup.ChildViewRemovedEventArgs Class

Definition

Provides data for the ChildViewRemoved event.

public class ViewGroup.ChildViewRemovedEventArgs : EventArgs
type ViewGroup.ChildViewRemovedEventArgs = class
    inherit EventArgs
Inheritance
ViewGroup.ChildViewRemovedEventArgs

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
ViewGroup.ChildViewRemovedEventArgs(View, View)

Initializes the managed event data passed to the associated callback.

Properties

Name Description
Child

Gets the child view removed from the view group.

Parent

Gets the parent view removed from the view group.

Applies to