共用方式為


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>)

P:UIKit.NSTextStorage.WillProcessEditingNotification常數的強型別通知。

ObserveWillProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

P:UIKit.NSTextStorage.WillProcessEditingNotification常數的強型別通知。

適用於