ActionMode.ICallback.OnPrepareActionMode(ActionMode, IMenu) Method

Definition

Called to refresh an action mode's action menu whenever it is invalidated.

[Android.Runtime.Register("onPrepareActionMode", "(Landroid/view/ActionMode;Landroid/view/Menu;)Z", "GetOnPrepareActionMode_Landroid_view_ActionMode_Landroid_view_Menu_Handler:Android.Views.ActionMode/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool OnPrepareActionMode (Android.Views.ActionMode mode, Android.Views.IMenu menu);
[<Android.Runtime.Register("onPrepareActionMode", "(Landroid/view/ActionMode;Landroid/view/Menu;)Z", "GetOnPrepareActionMode_Landroid_view_ActionMode_Landroid_view_Menu_Handler:Android.Views.ActionMode/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnPrepareActionMode : Android.Views.ActionMode * Android.Views.IMenu -> bool

Parameters

mode
ActionMode

ActionMode being prepared

menu
IMenu

Menu used to populate action buttons

Returns

true if the menu or action mode was updated, false otherwise.

Attributes

Remarks

Called to refresh an action mode's action menu whenever it is invalidated.

Java documentation for android.view.ActionMode.Callback.onPrepareActionMode(android.view.ActionMode, android.view.Menu).

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