NSApplicationDelegate.ApplicationShouldHandleReopen Method

Definition

[Foundation.Export("applicationShouldHandleReopen:hasVisibleWindows:")]
public virtual bool ApplicationShouldHandleReopen (AppKit.NSApplication sender, bool hasVisibleWindows);
abstract member ApplicationShouldHandleReopen : AppKit.NSApplication * bool -> bool
override this.ApplicationShouldHandleReopen : AppKit.NSApplication * bool -> bool

Parameters

sender
NSApplication
hasVisibleWindows
Boolean

Returns

Attributes

Applies to