ExpandableListActivity.OnGroupExpand(Int32) Method

Definition

Override this for receiving callbacks when a group has been expanded.

[Android.Runtime.Register("onGroupExpand", "(I)V", "GetOnGroupExpand_IHandler")]
public virtual void OnGroupExpand (int groupPosition);
[<Android.Runtime.Register("onGroupExpand", "(I)V", "GetOnGroupExpand_IHandler")>]
abstract member OnGroupExpand : int -> unit
override this.OnGroupExpand : int -> unit

Parameters

groupPosition
Int32

The group position that was expanded

Implements

Attributes

Remarks

Override this for receiving callbacks when a group has been expanded.

Java documentation for android.app.ExpandableListActivity.onGroupExpand(int).

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