NSWindowDidEndLiveResizeNotification

Static NSWindowDidEndLiveResizeNotification 

Source
pub unsafe static NSWindowDidEndLiveResizeNotification: &'static NSNotificationName
Available on crate feature NSWindow only.
Expand description

NSWindowDidEndLiveResizeNotificationis sent after the user ends a live resize operation via a mouseUp in the resize corner. The notification will be sent after the final window size change. Note that this notification is sent once for a sequence of window resize operations

See also Apple’s documentation