NSTextStorageEventArgs 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.
Provides data for the WillProcessEditing and E:UIKit.NSTextStorageEventArgs.WillProcessEditing events.
public class NSTextStorageEventArgs : EventArgs
type NSTextStorageEventArgs = class
inherit EventArgs
- Inheritance
-
NSTextStorageEventArgs
Constructors
NSTextStorageEventArgs(NSTextStorageEditActions, NSRange, nint) |
Initializes a new instance of the NSTextStorageEventArgs class. |
Properties
Delta |
The number of characters added or removed by the edit. |
EditedMask |
Whether attributes, characters, or both were edited . |
EditedRange |
The new span of characters resulting from the edits. |