Share via


NSWindowExposeEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the NSWindowExposeEventArgs class.

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

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to