Version

OnInterceptTouchEvent Method (ScrollView2D)

Called when a touch event is occurring.
Syntax
public override bool OnInterceptTouchEvent( 
   Android.Views.MotionEvent ev
)

Parameters

ev
The motion event being dispatched down the hierarchy.

Return Value

Return true to steal motion events from the children and have them dispatched to the OnTouchEvent
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also