ActionMode.Callback2.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")]
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
The current ActionMode being destroyed
Implements
- 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.