Share via


NSWorkspaceRenamedEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the NSWorkspaceRenamedEventArgs class.

public NSWorkspaceRenamedEventArgs(Foundation.NSNotification notification);
new AppKit.NSWorkspaceRenamedEventArgs : Foundation.NSNotification -> AppKit.NSWorkspaceRenamedEventArgs

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to