Share via


NSMenuItemIndexEventArgs Class

Definition

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

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

Constructors

Name Description
NSMenuItemIndexEventArgs(NSNotification)

Initializes a new instance of the NSMenuItemIndexEventArgs class.

Properties

Name Description
MenuItemIndex
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to