Share via


NSOutlineViewItemEventArgs Class

Definition

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

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

Constructors

Name Description
NSOutlineViewItemEventArgs(NSNotification)

Initializes a new instance of the NSOutlineViewItemEventArgs class.

Properties

Name Description
Item
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to