UIControl.ContinueTracking(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.
Called repeatedly as the UIControl tracks a touch within its bounds, related to the specified event.|Called repeatedly as the UIControl tracks a touch within its bounds, related to the givespecified event.
[Foundation.Export("continueTrackingWithTouch:withEvent:")]
public virtual bool ContinueTracking (UIKit.UITouch uitouch, UIKit.UIEvent uievent);
abstract member ContinueTracking : UIKit.UITouch * UIKit.UIEvent -> bool
override this.ContinueTracking : UIKit.UITouch * UIKit.UIEvent -> bool
Parameters
- uitouch
- UITouch
Returns
- Attributes