MonobjcMonobjc Documented Class Library
NSWorkspaceScreensDidWakeNotification Field
NamespacesMonobjc.AppKitNSWorkspaceNSWorkspaceScreensDidWakeNotification

Posted when the machine’s screens wake.

The notification object is the shared NSWorkspace instance. The notification does not contain a userInfo dictionary.

Few applications are likely to be interested in this notification, but they may be useful for certain hardware-based drawing decisions, for example when using OpenGL.

Available in Mac OS X v10.6 and later.

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

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