Share via


NSWindowDelegate.WindowShouldClose(NSObject) Method

Definition

[Foundation.Export("windowShouldClose:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WindowShouldClose(Foundation.NSObject sender);
[<Foundation.Export("windowShouldClose:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WindowShouldClose : Foundation.NSObject -> bool
override this.WindowShouldClose : Foundation.NSObject -> bool

Parameters

sender
NSObject

Returns

Implements

Attributes

Applies to