UIControl.EndTracking(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 the last touch for the given event has completed, indicating that tracking should stop.
[Foundation.Export("endTrackingWithTouch:withEvent:")]
public virtual void EndTracking (UIKit.UITouch uitouch, UIKit.UIEvent uievent);
abstract member EndTracking : UIKit.UITouch * UIKit.UIEvent -> unit
override this.EndTracking : UIKit.UITouch * UIKit.UIEvent -> unit
Parameters
- uitouch
- UITouch
- Attributes