Share via


NSWindowExposeEventArgs Class

Definition

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

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

Constructors

Name Description
NSWindowExposeEventArgs(NSNotification)

Initializes a new instance of the NSWindowExposeEventArgs class.

Properties

Name Description
ExposedRect
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to