ActionMode.Callback2.OnDestroyActionMode(ActionMode) Method

Definition

[Android.Runtime.Register("onDestroyActionMode", "(Landroid/view/ActionMode;)V", "GetOnDestroyActionMode_Landroid_view_ActionMode_Handler")]
public abstract void OnDestroyActionMode (Android.Views.ActionMode? mode);
[<Android.Runtime.Register("onDestroyActionMode", "(Landroid/view/ActionMode;)V", "GetOnDestroyActionMode_Landroid_view_ActionMode_Handler")>]
abstract member OnDestroyActionMode : Android.Views.ActionMode -> unit

Parameters

mode
ActionMode

Implements

Attributes

Remarks

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