Window.ICallback.OnActionModeStarted(ActionMode) Method

Definition

Called when an action mode has been started.

[Android.Runtime.Register("onActionModeStarted", "(Landroid/view/ActionMode;)V", "GetOnActionModeStarted_Landroid_view_ActionMode_Handler:Android.Views.Window/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnActionModeStarted (Android.Views.ActionMode mode);
[<Android.Runtime.Register("onActionModeStarted", "(Landroid/view/ActionMode;)V", "GetOnActionModeStarted_Landroid_view_ActionMode_Handler:Android.Views.Window/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnActionModeStarted : Android.Views.ActionMode -> unit

Parameters

mode
ActionMode

The new mode that has just been started.

Attributes

Remarks

Called when an action mode has been started. The appropriate mode callback method will have already been invoked.

Java documentation for android.view.Window.Callback.onActionModeStarted(android.view.ActionMode).

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