Contents

didMoveNotification

A notification that the window object moved.

Declaration

class let didMoveNotification: NSNotification.Name

Discussion

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

See Also

Notifications