NSApplicationReopen 委托

定义

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

参数

sender
NSApplication
hasVisibleWindows
Boolean

返回值

适用于