Freigeben über


NSTextStorage.Notifications Klasse

Definition

Benachrichtigungen, die von der NSTextStorage -Klasse veröffentlicht werden.

public static class NSTextStorage.Notifications
type NSTextStorage.Notifications = class
Vererbung
NSTextStorage.Notifications

Hinweise

Dies ist eine statische Klasse, die verschiedene Hilfsmethoden enthält, mit denen Entwickler Ereignisse beobachten können, die im iOS Notification Hub (NSNotificationCenter) veröffentlicht wurden.

Methoden

ObserveDidProcessEditing(EventHandler<NSNotificationEventArgs>)

Stark typisierte Benachrichtigung für die P:UIKit.NSTextStorage.DidProcessEditingNotification-Konstante .

ObserveDidProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Stark typisierte Benachrichtigung für die P:UIKit.NSTextStorage.DidProcessEditingNotification-Konstante .

ObserveWillProcessEditing(EventHandler<NSNotificationEventArgs>)

Stark typisierte Benachrichtigung für die P:UIKit.NSTextStorage.WillProcessEditingNotification-Konstante .

ObserveWillProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Stark typisierte Benachrichtigung für die P:UIKit.NSTextStorage.WillProcessEditingNotification-Konstante .

Gilt für: