UIResponder.TouchesCancelled(NSSet, 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.
Sent when the touch processing has been cancelled.
[Foundation.Export("touchesCancelled:withEvent:")]
public virtual void TouchesCancelled (Foundation.NSSet touches, UIKit.UIEvent evt);
abstract member TouchesCancelled : Foundation.NSSet * UIKit.UIEvent -> unit
override this.TouchesCancelled : Foundation.NSSet * UIKit.UIEvent -> unit
Parameters
- evt
- UIEvent
The UIEvent that encapsulates all of the touches and the event information.
This parameter can be null
.
- Attributes
Remarks
This method is typically involved because the application was interrupted by an external source, like for example, an incoming phone call.