Share via


NSApplicationDelegate.ApplicationShouldTerminateAfterLastWindowClosed Method

Definition

[Foundation.Export("applicationShouldTerminateAfterLastWindowClosed:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ApplicationShouldTerminateAfterLastWindowClosed(AppKit.NSApplication sender);
[<Foundation.Export("applicationShouldTerminateAfterLastWindowClosed:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ApplicationShouldTerminateAfterLastWindowClosed : AppKit.NSApplication -> bool
override this.ApplicationShouldTerminateAfterLastWindowClosed : AppKit.NSApplication -> bool

Parameters

sender
NSApplication

Returns

Implements

Attributes

Applies to