NSApplicationReopen Delegate

Definition

public delegate bool NSApplicationReopen(NSApplication sender, bool hasVisibleWindows);
type NSApplicationReopen = delegate of NSApplication * bool -> bool

Parameters

sender
NSApplication
hasVisibleWindows
Boolean

Return Value

Applies to