UIResponder.TouchesEnded(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 one or more fingers are lifted from the screen.
[Foundation.Export("touchesEnded:withEvent:")]
public virtual void TouchesEnded (Foundation.NSSet touches, UIKit.UIEvent evt);
abstract member TouchesEnded : Foundation.NSSet * UIKit.UIEvent -> unit
override this.TouchesEnded : 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