MonobjcMonobjc Documented Class Library
NSWindowDidEndLiveResizeNotification Field
NamespacesMonobjc.AppKitNSWindowNSWindowDidEndLiveResizeNotification

Posted after the user resizes a window.

This notification is sent only once for a series of window resize operations.

The notification object is the NSWindow object that was resized. This notification does not contain a userInfo dictionary.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSWindowDidEndLiveResizeNotification
Public Shared ReadOnly NSWindowDidEndLiveResizeNotification As NSString
public:
static initonly NSString^ NSWindowDidEndLiveResizeNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)