Share via


UNCDidActivateNotificationEventArgs(NSUserNotification) Constructor

Definition

Create a new instance of the UNCDidActivateNotificationEventArgs with the specified event data.

public UNCDidActivateNotificationEventArgs(Foundation.NSUserNotification notification);
new Foundation.UNCDidActivateNotificationEventArgs : Foundation.NSUserNotification -> Foundation.UNCDidActivateNotificationEventArgs

Parameters

notification
NSUserNotification

The value for the Notification property.

Applies to