Share via


NSResponder.TouchesCancelledWithEvent(NSEvent) Method

Definition

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

Parameters

theEvent
NSEvent
Attributes

Applies to