Dialog.OnActionModeStarted(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.
To be added
Note that if you override this method you should always call through
to the superclass implementation by calling super.
[Android.Runtime.Register("onActionModeStarted", "(Landroid/view/ActionMode;)V", "GetOnActionModeStarted_Landroid_view_ActionMode_Handler")]
public virtual void OnActionModeStarted (Android.Views.ActionMode? mode);
[<Android.Runtime.Register("onActionModeStarted", "(Landroid/view/ActionMode;)V", "GetOnActionModeStarted_Landroid_view_ActionMode_Handler")>]
abstract member OnActionModeStarted : Android.Views.ActionMode -> unit
override this.OnActionModeStarted : Android.Views.ActionMode -> unit
Parameters
- mode
- ActionMode
The new mode that has just been started.
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.onActionModeStarted(mode).
Java documentation for android.app.Dialog.onActionModeStarted(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.