Share via


NSWorkspaceRenamedEventArgs Class

Definition

Provides data for an event based on a posted NSNotification object.

public class NSWorkspaceRenamedEventArgs : Foundation.NSNotificationEventArgs
type NSWorkspaceRenamedEventArgs = class
    inherit NSNotificationEventArgs
Inheritance
NSWorkspaceRenamedEventArgs

Constructors

Name Description
NSWorkspaceRenamedEventArgs(NSNotification)

Initializes a new instance of the NSWorkspaceRenamedEventArgs class.

Properties

Name Description
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
OldVolumeLocalizedName
OldVolumeUrl
VolumeLocalizedName
VolumeUrl

Applies to