ActionMode.ICallback.OnDestroyActionMode(ActionMode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.