Share via


NSPopoverCloseEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the NSPopoverCloseEventArgs class.

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

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to