Android.App.Activity.OnActionModeFinished Method
Notifies the activity that an action mode has finished.

Syntax

[Android.Runtime.Register("onActionModeFinished", "(Landroid/view/ActionMode;)V", "GetOnActionModeFinished_Landroid_view_ActionMode_Handler")]
public virtual void OnActionModeFinished (Android.Views.ActionMode mode)

Parameters

mode
The action mode that just finished.

Remarks

Notifies the activity that an action mode has finished. 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