Share via


NSTextStorage.Notifications Clase

Definición

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 .

Se aplica a