Language

ExpandableListView.GroupCollapseEventArgs(Int32) Constructor

Definition

Initializes event data supplied by the group collapse callback.

public GroupCollapseEventArgs(int groupPosition);
new Android.Widget.ExpandableListView.GroupCollapseEventArgs : int -> Android.Widget.ExpandableListView.GroupCollapseEventArgs

Parameters

groupPosition
Int32

The group position supplied by the group collapse callback.

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.

Applies to