Share via


NSOutlineViewItemEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the NSOutlineViewItemEventArgs class.

public NSOutlineViewItemEventArgs(Foundation.NSNotification notification);
new AppKit.NSOutlineViewItemEventArgs : Foundation.NSNotification -> AppKit.NSOutlineViewItemEventArgs

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to