Share via


NSApplicationDidFinishLaunchingEventArgs Class

Definition

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

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

Constructors

Name Description
NSApplicationDidFinishLaunchingEventArgs(NSNotification)

Initializes a new instance of the NSApplicationDidFinishLaunchingEventArgs class.

Properties

Name Description
IsLaunchDefault
IsLaunchFromUserNotification
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to