Share via


NSWorkspaceApplicationEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the NSWorkspaceApplicationEventArgs class.

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

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to