BaseExpandableListAdapter.OnGroupExpanded(Int32) Method

Definition

Called when a group is expanded.

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

Parameters

groupPosition
Int32

The group being expanded.

Implements

Attributes

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