MonobjcMonobjc Documented Class Library
NSWindowWillStartLiveResizeNotification Field
NamespacesMonobjc.AppKitNSWindowNSWindowWillStartLiveResizeNotification

Posted before 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 is about to be live 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 NSWindowWillStartLiveResizeNotification
Public Shared ReadOnly NSWindowWillStartLiveResizeNotification As NSString
public:
static initonly NSString^ NSWindowWillStartLiveResizeNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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