NSTextStorage.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.
Notifications publiées par la NSTextStorage classe.
public static class NSTextStorage.Notifications
type NSTextStorage.Notifications = class
- Héritage
-
NSTextStorage.Notifications
Remarques
Il s’agit d’une classe statique qui contient différentes méthodes d’assistance pour permettre aux développeurs d’observer les événements publiés dans le hub de notification iOS (NSNotificationCenter).
Méthodes
ObserveDidProcessEditing(EventHandler<NSNotificationEventArgs>) |
Notification fortement typée pour la constante P:UIKit.NSTextStorage.DidProcessEditingNotification . |
ObserveDidProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>) |
Notification fortement typée pour la constante P:UIKit.NSTextStorage.DidProcessEditingNotification . |
ObserveWillProcessEditing(EventHandler<NSNotificationEventArgs>) |
Notification fortement typée pour la constante P:UIKit.NSTextStorage.WillProcessEditingNotification . |
ObserveWillProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>) |
Notification fortement typée pour la constante P:UIKit.NSTextStorage.WillProcessEditingNotification . |