Android.App.Dialog.OnActionModeFinished Method
Called when an action mode has been 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 mode that was just finished.

Remarks

Called when an action mode has been finished. 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.onActionModeFinished(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