ActionMode.ICallback.OnDestroyActionMode(ActionMode) Method

Definition

Called when an action mode is about to be exited and destroyed.

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

Parameters

mode
ActionMode

The current ActionMode being destroyed

Attributes

Remarks

Called when an action mode is about to be exited and destroyed.

Java documentation for android.view.ActionMode.Callback.onDestroyActionMode(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