Window.ICallback.OnActionModeFinished(ActionMode) Method

Definition

Called when an action mode has been finished.

[Android.Runtime.Register("onActionModeFinished", "(Landroid/view/ActionMode;)V", "GetOnActionModeFinished_Landroid_view_ActionMode_Handler:Android.Views.Window/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnActionModeFinished (Android.Views.ActionMode mode);
[<Android.Runtime.Register("onActionModeFinished", "(Landroid/view/ActionMode;)V", "GetOnActionModeFinished_Landroid_view_ActionMode_Handler:Android.Views.Window/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnActionModeFinished : Android.Views.ActionMode -> unit

Parameters

mode
ActionMode

The mode that was just finished.

Attributes

Remarks

Called when an action mode has been finished. The appropriate mode callback method will have already been invoked.

Java documentation for android.view.Window.Callback.onActionModeFinished(android.view.ActionMode).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to