Android.App.Dialog.OnActionModeStarted Method
Called when 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 mode that has just been started.

Remarks

Called when an action mode has been started. The appropriate mode callback method will have already been invoked. Note that if you override this method you should always call through to the superclass implementation by calling super.onActionModeStarted(mode).

[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