Contents

didChangeScreenNotification

A notification that a portion of the window object’s frame moved onto or off of a screen.

Declaration

class let didChangeScreenNotification: NSNotification.Name

Discussion

The notification object is the NSWindow object that has changed screens. This notification doesn’t contain a userInfo dictionary.

See Also

Notifications