Partager via


UITextView.Notifications Classe

Définition

Notification publiée par la UITextView classe.

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

Remarques

Il s’agit d’une classe statique qui contient différentes 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

ObserveCurrentInputModeDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la CurrentInputModeDidChangeNotification constante.

ObserveCurrentInputModeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la CurrentInputModeDidChangeNotification constante.

ObserveTextDidBeginEditing(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la TextDidBeginEditingNotification constante.

ObserveTextDidBeginEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la TextDidBeginEditingNotification constante.

ObserveTextDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la TextDidChangeNotification constante.

ObserveTextDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la TextDidChangeNotification constante.

ObserveTextDidEndEditing(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la TextDidEndEditingNotification constante.

ObserveTextDidEndEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la TextDidEndEditingNotification constante.

S’applique à