Contents

willExitVersionBrowserNotification

A notification that the window object will exit version browser mode.

Declaration

class let willExitVersionBrowserNotification: NSNotification.Name

Discussion

The notification object is the NSWindow object that will exit version browser mode. This notification doesn’t contain a userInfo dictionary.

To observe this notification using Swift concurrency, use NSWindow.WillExitVersionBrowserMessage.

See Also

Notifications