Compartilhar via


NSTextStorage.Notifications Classe

Definição

Notificações postadas pela NSTextStorage classe .

public static class NSTextStorage.Notifications
type NSTextStorage.Notifications = class
Herança
NSTextStorage.Notifications

Comentários

Essa é uma classe estática que contém vários métodos auxiliares para permitir que os desenvolvedores observem eventos postados no hub de notificação do iOS (NSNotificationCenter).

Métodos

ObserveDidProcessEditing(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a constante P:UIKit.NSTextStorage.DidProcessEditingNotification .

ObserveDidProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a constante P:UIKit.NSTextStorage.DidProcessEditingNotification .

ObserveWillProcessEditing(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a constante P:UIKit.NSTextStorage.WillProcessEditingNotification .

ObserveWillProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a constante P:UIKit.NSTextStorage.WillProcessEditingNotification .

Aplica-se a