UIKit.UIScrollView.TouchesShouldBegin Method
This method is provided so that the behaviour of a touch in the content view may be customized by a subclass.

Syntax

[Foundation.Export("touchesShouldBegin:withEvent:inContentView:")]
public virtual bool TouchesShouldBegin (Foundation.NSSet touches, UIEvent withEvent, UIView inContentView)

Parameters

touches
A collection of UIKit.UITouches.
withEvent
The UIKit.UIEvent to which touches belongs to.
inContentView
This is the subview where the touch-down event occured in.

Returns

true if the scroll view is to send the event messages to inContentView.

Remarks

This method is meant to be override by subclasses of UIKit.UIScrollView.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0