UIControl.BeginTracking(UITouch, UIEvent) 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.
Indicates that a touch related to the specified event has entered the UIControl's bounds.
[Foundation.Export("beginTrackingWithTouch:withEvent:")]
public virtual bool BeginTracking (UIKit.UITouch uitouch, UIKit.UIEvent uievent);
abstract member BeginTracking : UIKit.UITouch * UIKit.UIEvent -> bool
override this.BeginTracking : UIKit.UITouch * UIKit.UIEvent -> bool
Parameters
- uitouch
- UITouch
Returns
- Attributes