Android.Views.View.DispatchGenericFocusedEvent Method
Dispatch a generic motion event to the currently focused view.

Syntax

[Android.Runtime.Register("dispatchGenericFocusedEvent", "(Landroid/view/MotionEvent;)Z", "GetDispatchGenericFocusedEvent_Landroid_view_MotionEvent_Handler")]
protected virtual bool DispatchGenericFocusedEvent (MotionEvent e)

Parameters

e
The motion event to be dispatched.

Returns

Documentation for this section has not yet been entered.

Remarks

Dispatch a generic motion event to the currently focused view.

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