MonobjcMonobjc Documented Class Library
NSWorkspaceDidHideApplicationNotification Field
NamespacesMonobjc.AppKitNSWorkspaceNSWorkspaceDidHideApplicationNotification

Posted when the Finder hid an application.

The notification object is the shared NSWorkspace instance. In Mac OS X v10.6 and later the userInfo dictionary contains the NSWorkspaceApplicationKey key with a corresponding instance of NSRunningApplication that represents the affected application.

Available in Mac OS X v10.6 and later.

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

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