Share via


NSGestureRecognizer.TouchesCancelled(NSEvent) Method

Definition

[Foundation.Export("touchesCancelledWithEvent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void TouchesCancelled(AppKit.NSEvent touchEvent);
[<Foundation.Export("touchesCancelledWithEvent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TouchesCancelled : AppKit.NSEvent -> unit
override this.TouchesCancelled : AppKit.NSEvent -> unit

Parameters

touchEvent
NSEvent
Attributes

Applies to