Contents

willMoveNotification

A notification that the window object is about to move.

Declaration

class let willMoveNotification: NSNotification.Name

Discussion

The notification object is the NSWindow object that’s about to move. This notification doesn’t contain a userInfo dictionary.

See Also

Notifications