Share via


UIPasteboardChangeEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the UIPasteboardChangeEventArgs class.

public UIPasteboardChangeEventArgs(Foundation.NSNotification notification);
new UIKit.UIPasteboardChangeEventArgs : Foundation.NSNotification -> UIKit.UIPasteboardChangeEventArgs

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to