MonobjcMonobjc Documented Class Library
NSWindowDidChangeScreenProfileNotification Field
NamespacesMonobjc.AppKitNSWindowNSWindowDidChangeScreenProfileNotification

Posted whenever the display profile for the screen containing the window changes.

This notification is sent only if the window returns YES from displaysWhenScreenProfileChanges. This notification may be sent when a majority of the window is moved to a different screen (whose profile is also different from the previous screen) or when the ColorSync profile for the current screen changes.

The notification object is the NSWindow object whose profile changed. This notification does not contain a userInfo dictionary.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSWindowDidChangeScreenProfileNotification
Public Shared ReadOnly NSWindowDidChangeScreenProfileNotification As NSString
public:
static initonly NSString^ NSWindowDidChangeScreenProfileNotification
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)