Share via


NSResponder.EndGestureWithEvent(NSEvent) Method

Definition

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

Parameters

theEvent
NSEvent
Attributes

Applies to