MonobjcMonobjc Documented Class Library
NSWorkspaceDidUnhideApplicationNotification Field
NamespacesMonobjc.AppKitNSWorkspaceNSWorkspaceDidUnhideApplicationNotification

Posted when the Finder unhid 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 NSWorkspaceDidUnhideApplicationNotification
Public Shared ReadOnly NSWorkspaceDidUnhideApplicationNotification As NSString
public:
static initonly NSString^ NSWorkspaceDidUnhideApplicationNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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