NSTextStorage.Notifications Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Notificaciones publicadas por la NSTextStorage clase .
public static class NSTextStorage.Notifications
type NSTextStorage.Notifications = class
- Herencia
-
NSTextStorage.Notifications
Comentarios
Se trata de una clase estática que contiene varios métodos auxiliares para permitir a los desarrolladores observar eventos publicados en el centro de notificaciones de iOS (NSNotificationCenter).
Métodos
ObserveDidProcessEditing(EventHandler<NSNotificationEventArgs>) |
Notificación fuertemente tipada para la constante P:UIKit.NSTextStorage.DidProcessEditingNotification . |
ObserveDidProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>) |
Notificación fuertemente tipada para la constante P:UIKit.NSTextStorage.DidProcessEditingNotification . |
ObserveWillProcessEditing(EventHandler<NSNotificationEventArgs>) |
Notificación fuertemente tipada para la constante P:UIKit.NSTextStorage.WillProcessEditingNotification . |
ObserveWillProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>) |
Notificación fuertemente tipada para la constante P:UIKit.NSTextStorage.WillProcessEditingNotification . |