UIControl.CancelTracking(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.
Stops tracking related to the specified event.
[Foundation.Export("cancelTrackingWithEvent:")]
public virtual void CancelTracking (UIKit.UIEvent uievent);
abstract member CancelTracking : UIKit.UIEvent -> unit
override this.CancelTracking : UIKit.UIEvent -> unit
Parameters
- uievent
- UIEvent
The event, or null if the cancellation happened due to some other non-event source.
This parameter can be null
.
- Attributes