Share via


NSMenuItemEventArgs Class

Definition

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

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

Constructors

Name Description
NSMenuItemEventArgs(NSNotification)

Initializes a new instance of the NSMenuItemEventArgs class.

Properties

Name Description
MenuItem
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to