Dialog.OnActionModeFinished(ActionMode) Method

Definition

To be added

        Note that if you override this method you should always call through
        to the superclass implementation by calling super.
C#
[Android.Runtime.Register("onActionModeFinished", "(Landroid/view/ActionMode;)V", "GetOnActionModeFinished_Landroid_view_ActionMode_Handler")]
public virtual void OnActionModeFinished (Android.Views.ActionMode? mode);

Parameters

mode
ActionMode

The mode that was just finished.

Implements

Attributes

Remarks

To be added

Note that if you override this method you should always call through to the superclass implementation by calling super.onActionModeFinished(mode).

Java documentation for android.app.Dialog.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

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35