次の方法で共有


NSTextStorage.Notifications クラス

定義

クラスによって NSTextStorage 投稿された通知。

public static class NSTextStorage.Notifications
type NSTextStorage.Notifications = class
継承
NSTextStorage.Notifications

注釈

これは、開発者が iOS 通知ハブ (NSNotificationCenter) に投稿されたイベントを観察できるようにするさまざまなヘルパー メソッドを含む静的クラスです。

メソッド

ObserveDidProcessEditing(EventHandler<NSNotificationEventArgs>)

:UIKit.NSTextStorage.DidProcessEditingNotification 定数の厳密に型指定された通知。

ObserveDidProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

:UIKit.NSTextStorage.DidProcessEditingNotification 定数の厳密に型指定された通知。

ObserveWillProcessEditing(EventHandler<NSNotificationEventArgs>)

:UIKit.NSTextStorage.WillProcessEditingNotification 定数の厳密に型指定された通知。

ObserveWillProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

:UIKit.NSTextStorage.WillProcessEditingNotification 定数の厳密に型指定された通知。

適用対象