NSTextStorage.Notifications 类

定义

类发布的 NSTextStorage 通知。

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

注解

这是一个静态类,其中包含各种帮助程序方法,使开发人员能够观察 iOS 通知中心发布的事件 (NSNotificationCenter) 。

方法

ObserveDidProcessEditing(EventHandler<NSNotificationEventArgs>)

P:UIKit.NSTextStorage.DidProcessEditingNotification 常量的强类型通知。

ObserveDidProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

P:UIKit.NSTextStorage.DidProcessEditingNotification 常量的强类型通知。

ObserveWillProcessEditing(EventHandler<NSNotificationEventArgs>)

P:UIKit.NSTextStorage.WillProcessEditingNotification 常量的强类型通知。

ObserveWillProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

P:UIKit.NSTextStorage.WillProcessEditingNotification 常量的强类型通知。

适用于