UITextInputMode.Notifications Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Notification publiée par la UITextInputMode classe.
public static class UITextInputMode.Notifications
type UITextInputMode.Notifications = class
- Héritage
-
UITextInputMode.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
ObserveCurrentInputModeDidChange(EventHandler<NSNotificationEventArgs>) |
Notification fortement typée pour la CurrentInputModeDidChangeNotification constante. |
ObserveCurrentInputModeDidChange(NSObject, EventHandler<NSNotificationEventArgs>) |
Notification fortement typée pour la CurrentInputModeDidChangeNotification constante. |