UIPasteboardChangeEventArgs Class

Definition

Provides data for the event.

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

Constructors

UIPasteboardChangeEventArgs(NSNotification)

Initializes a new instance of the UIPasteboardChangeEventArgs class.

Properties

Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
TypesAdded

The types that were added to the UIPasteboard.

TypesRemoved

The types that were removed from the UIPasteboard..

Applies to