Share via


INSApplicationDelegate.ApplicationShouldTerminateAfterLastWindowClosed Method

Definition

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

Parameters

sender
NSApplication

Returns

Attributes

Applies to