These constants are used in edited:range:changeInLength:.
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum NSTextStorageEditedMask
<FlagsAttribute> _ Public Enumeration NSTextStorageEditedMask
[FlagsAttribute] public enum class NSTextStorageEditedMask

Member | Description |
---|---|
NSTextStorageEditedAttributes | Attributes were added, removed, or changed. Available in Mac OS X v10.0 and later. |
NSTextStorageEditedCharacters | Characters were added, removed, or replaced. Available in Mac OS X v10.0 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)