Android.App.Activity.OnWindowStartingActionMode Method
Give the Activity a chance to control the UI for an action mode requested by the system.

Syntax

[Android.Runtime.Register("onWindowStartingActionMode", "(Landroid/view/ActionMode$Callback;)Landroid/view/ActionMode;", "GetOnWindowStartingActionMode_Landroid_view_ActionMode_Callback_Handler")]
public virtual Android.Views.ActionMode OnWindowStartingActionMode (Android.Views.ActionMode.ICallback callback)

Parameters

callback
The callback that should control the new action mode

Returns

Documentation for this section has not yet been entered.

Remarks

Give the Activity a chance to control the UI for an action mode requested by the system.

Note: If you are looking for a notification callback that an action mode has been started for this activity, see Activity.OnActionModeStarted(Android.Views.ActionMode).

[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