NSTextStorage.Notifications Class

Definition

Notifications posted by the NSTextStorage class.

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

Remarks

This is a static class that contains various helper methods to allow developers to observe events posted in the iOS notification hub (NSNotificationCenter).

Methods

ObserveDidProcessEditing(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the P:UIKit.NSTextStorage.DidProcessEditingNotification constant.

ObserveDidProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the P:UIKit.NSTextStorage.DidProcessEditingNotification constant.

ObserveWillProcessEditing(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the P:UIKit.NSTextStorage.WillProcessEditingNotification constant.

ObserveWillProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the P:UIKit.NSTextStorage.WillProcessEditingNotification constant.

Applies to