NSTextStorage.Notifications Classe

Definizione

Notifiche pubblicate dalla NSTextStorage classe .

public static class NSTextStorage.Notifications
type NSTextStorage.Notifications = class
Ereditarietà
NSTextStorage.Notifications

Commenti

Si tratta di una classe statica che contiene vari metodi helper per consentire agli sviluppatori di osservare gli eventi pubblicati nell'hub di notifica iOS (NSNotificationCenter).

Metodi

ObserveDidProcessEditing(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la costante P:UIKit.NSTextStorage.DidProcessEditingNotification .

ObserveDidProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la costante P:UIKit.NSTextStorage.DidProcessEditingNotification .

ObserveWillProcessEditing(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la costante P:UIKit.NSTextStorage.WillProcessEditingNotification .

ObserveWillProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la costante P:UIKit.NSTextStorage.WillProcessEditingNotification .

Si applica a