Android.App.Activity.OnActionModeStarted Method
Notifies the Activity that an action mode has been started.

Syntax

[Android.Runtime.Register("onActionModeStarted", "(Landroid/view/ActionMode;)V", "GetOnActionModeStarted_Landroid_view_ActionMode_Handler")]
public virtual void OnActionModeStarted (Android.Views.ActionMode mode)

Parameters

mode
The new action mode.

Remarks

Notifies the Activity that an action mode has been started. Activity subclasses overriding this method should call the superclass implementation.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11