NSLayoutManager.TextStorageEdited Method
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.
[Foundation.Export("textStorage:edited:range:changeInLength:invalidatedRange:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, "Use ProcessEditing (NSTextStorage textStorage, NSTextStorageEditActions editMask, NSRange newCharRange, nint delta, NSRange invalidatedCharRange) instead).")]
public virtual void TextStorageEdited (AppKit.NSTextStorage str, AppKit.NSTextStorageEditedFlags editedMask, Foundation.NSRange newCharRange, nint changeInLength, Foundation.NSRange invalidatedCharRange);
abstract member TextStorageEdited : AppKit.NSTextStorage * AppKit.NSTextStorageEditedFlags * Foundation.NSRange * nint * Foundation.NSRange -> unit
override this.TextStorageEdited : AppKit.NSTextStorage * AppKit.NSTextStorageEditedFlags * Foundation.NSRange * nint * Foundation.NSRange -> unit
Parameters
- str
- NSTextStorage
- editedMask
- NSTextStorageEditedFlags
- newCharRange
- NSRange
- changeInLength
- System.System.IntPtr System.nativeint
- invalidatedCharRange
- NSRange
- Attributes