Condividi tramite


NSNotificationEventArgs Class

Definition

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

public class NSNotificationEventArgs : EventArgs
type NSNotificationEventArgs = class
    inherit EventArgs
Inheritance
NSNotificationEventArgs
Derived

Constructors

Name Description
NSNotificationEventArgs(NSNotification)

Initializes a new instance of the NSNotificationEventArgs class.

Properties

Name Description
Notification

The underlying NSNotification object from the posted notification.

Applies to