ICollapsibleActionView.OnActionViewExpanded Method

Definition

Called when this view is expanded as an action view.

[Android.Runtime.Register("onActionViewExpanded", "()V", "GetOnActionViewExpandedHandler:Android.Views.ICollapsibleActionViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnActionViewExpanded ();
[<Android.Runtime.Register("onActionViewExpanded", "()V", "GetOnActionViewExpandedHandler:Android.Views.ICollapsibleActionViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnActionViewExpanded : unit -> unit
Attributes

Remarks

Called when this view is expanded as an action view. See MenuItem#expandActionView().

Java documentation for android.view.CollapsibleActionView.onActionViewExpanded().

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