MonobjcMonobjc Documented Class Library
NSWorkspaceDidRenameVolumeNotification Field
NamespacesMonobjc.AppKitNSWorkspaceNSWorkspaceDidRenameVolumeNotification

Posted when a volume changes its name and/or mount path. These typically change simultaneously, in which case only one notification is posted.

The notification object is the shared NSWorkspace instance. The userInfo dictionary contains keys in “NSWorkspaceDidRenameVolumeNotification User Info Keys” and “Volume Mounting Notification User Info Keys.”

Available in Mac OS X v10.6 and later.

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

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