Share via


NSWorkspaceFileOperationEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the NSWorkspaceFileOperationEventArgs class.

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

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to