Share via


NSWorkspaceApplicationEventArgs Class

Definition

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

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

Constructors

Name Description
NSWorkspaceApplicationEventArgs(NSNotification)

Initializes a new instance of the NSWorkspaceApplicationEventArgs class.

Properties

Name Description
Application
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to