Partager via


NSTextStorage.Notifications Classe

Définition

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 .

S’applique à