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 상수에 대한 강력한 형식의 알림입니다.

적용 대상