Table of Contents

Method OnCapturedPointerEvent

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

OnCapturedPointerEvent(MotionEvent?)

Implement this method to handle captured pointer events

public override bool OnCapturedPointerEvent(MotionEvent? e)

Parameters

e MotionEvent

To be added.

Returns

bool

True if the event was handled, false otherwise.

Remarks

Implement this method to handle captured pointer events

Java documentation for

android.view.View.onCapturedPointerEvent(android.view.MotionEvent)
.

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.