Share via


NSApplicationDidFinishLaunchingEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the NSApplicationDidFinishLaunchingEventArgs class.

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

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to