Android.Views.View.DispatchHoverEvent Method
Dispatch a hover event.

Syntax

[Android.Runtime.Register("dispatchHoverEvent", "(Landroid/view/MotionEvent;)Z", "GetDispatchHoverEvent_Landroid_view_MotionEvent_Handler")]
protected virtual bool DispatchHoverEvent (MotionEvent e)

Parameters

e
The motion event to be dispatched.

Returns

Documentation for this section has not yet been entered.

Remarks

Dispatch a hover event.

Do not call this method directly. Call View.DispatchGenericMotionEvent(MotionEvent) instead.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14