Partager via


UIPasteboard.Notifications Classe

Définition

Notification publiée par la UIPasteboard classe.

public static class UIPasteboard.Notifications
type UIPasteboard.Notifications = class
Héritage
UIPasteboard.Notifications

Remarques

Il s’agit d’une classe statique qui contient diverses méthodes d’assistance qui permettent aux développeurs d’observer les événements publiés dans le hub de notification iOS (NSNotificationCenter).

Les méthodes définies dans cette classe post-événements appellent la méthode ou lambda fournie avec un NSNotificationEventArgs paramètre qui contient des propriétés fortement typées pour les arguments de notification.

Méthodes

ObserveChanged(EventHandler<UIPasteboardChangeEventArgs>)

Notification fortement typée pour la ChangedNotification constante.

ObserveChanged(NSObject, EventHandler<UIPasteboardChangeEventArgs>)

Notification fortement typée pour la ChangedNotification constante.

ObserveRemoved(EventHandler<UIPasteboardChangeEventArgs>)

Notification fortement typée pour la RemovedNotification constante.

ObserveRemoved(NSObject, EventHandler<UIPasteboardChangeEventArgs>)

Notification fortement typée pour la RemovedNotification constante.

S’applique à