Share via


NSView.ShouldDelayWindowOrderingForEvent(NSEvent) Method

Definition

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

Parameters

theEvent
NSEvent

Returns

Attributes

Applies to