NSTextStorage.Notifications Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |