MonobjcMonobjc Documented Class Library
NSWorkspaceDidActivateApplicationNotification Field
NamespacesMonobjc.AppKitNSWorkspaceNSWorkspaceDidActivateApplicationNotification

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

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