MonobjcMonobjc Documented Class Library
NSWindowDidMoveNotification Field
NamespacesMonobjc.AppKitNSWindowNSWindowDidMoveNotification

Posted whenever an NSWindow object is moved.

The notification object is the NSWindow object that has moved. This notification does not contain a userInfo dictionary.

Note: This notification is sent when the window that moved didn’t also change size. See NSWindowDidResizeNotification for more information.

Available in Mac OS X v10.0 and later.

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

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