MonobjcMonobjc Documented Class Library
NSWorkspaceDidLaunchApplicationNotification Field
NamespacesMonobjc.AppKitNSWorkspaceNSWorkspaceDidLaunchApplicationNotification

Posted when a new application has started up.

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.

In Mac OS X v10.5 and earlier the userInfo dictionary contains the keys and values described in Table 1.

Available in Mac OS X v10.0 and later.

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