UIScrollView.TouchesShouldBegin(NSSet, UIEvent, UIView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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