Share via


UIScrollView.TouchesShouldBegin(NSSet, UIEvent, UIView) Method

Definition

[Foundation.Export("touchesShouldBegin:withEvent:inContentView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool TouchesShouldBegin(Foundation.NSSet touches, UIKit.UIEvent withEvent, UIKit.UIView inContentView);
[<Foundation.Export("touchesShouldBegin:withEvent:inContentView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TouchesShouldBegin : Foundation.NSSet * UIKit.UIEvent * UIKit.UIView -> bool
override this.TouchesShouldBegin : Foundation.NSSet * UIKit.UIEvent * UIKit.UIView -> bool

Parameters

touches
NSSet
withEvent
UIEvent
inContentView
UIView

Returns

Attributes

Applies to